Skip to content

Idempotency checks for non-transactional handlers #2577

Idempotency checks for non-transactional handlers

Idempotency checks for non-transactional handlers #2577

Triggered via pull request January 15, 2026 20:33
Status Success
Total duration 4m 14s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
/home/runner/work/wolverine/wolverine/src/Persistence/PersistenceTests/PersistenceTests.csproj : warning NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 requires Microsoft.CodeAnalysis.Workspaces.Common (= 4.8.0) but version Microsoft.CodeAnalysis.Workspaces.Common 4.14.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Persistence/PersistenceTests/PersistenceTests.csproj : warning NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 requires Microsoft.CodeAnalysis.Common (= 4.8.0) but version Microsoft.CodeAnalysis.Common 4.14.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Persistence/SharedPersistenceModels/SharedPersistenceModels.csproj : warning NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 requires Microsoft.CodeAnalysis.Workspaces.Common (= 4.8.0) but version Microsoft.CodeAnalysis.Workspaces.Common 4.14.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Persistence/SharedPersistenceModels/SharedPersistenceModels.csproj : warning NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 requires Microsoft.CodeAnalysis.Common (= 4.8.0) but version Microsoft.CodeAnalysis.Common 4.14.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.EntityFrameworkCore/Wolverine.EntityFrameworkCore.csproj : warning NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 requires Microsoft.CodeAnalysis.Workspaces.Common (= 4.8.0) but version Microsoft.CodeAnalysis.Workspaces.Common 4.14.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.EntityFrameworkCore/Wolverine.EntityFrameworkCore.csproj : warning NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 requires Microsoft.CodeAnalysis.Common (= 4.8.0) but version Microsoft.CodeAnalysis.Common 4.14.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Transports/Kafka/Wolverine.Kafka.Tests/Wolverine.Kafka.Tests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Alba 8.2.1, Alba 8.2.1. [TargetFramework=net8.0]
build
/home/runner/work/wolverine/wolverine/src/Http/WolverineWebApi/WolverineWebApi.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: FSharp.Core 9.0.303, FSharp.Core 9.0.202; StronglyTypedId 1.0.0-beta08, StronglyTypedId 1.0.0-beta08. [TargetFramework=net9.0]
build
/home/runner/work/wolverine/wolverine/src/Http/WolverineWebApi/WolverineWebApi.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: FSharp.Core 9.0.303, FSharp.Core 9.0.202; StronglyTypedId 1.0.0-beta08, StronglyTypedId 1.0.0-beta08.
build
Solution "/home/runner/work/wolverine/wolverine/wolverine.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file: " - {28E17AA0-8B75-4BAE-9E89-716A45107C58}.Debug|Any CPU.Build.0 = Debug|Any CPU - {28E17AA0-8B75-4BAE-9E89-716A45107C58}.Debug|x64.Build.0 = Debug|Any CPU - {28E17AA0-8B75-4BAE-9E89-716A45107C58}.Debug|x86.Build.0 = Debug|Any CPU - {28E17AA0-8B75-4BAE-9E89-716A45107C58}.Release|Any CPU.Build.0 = Release|Any CPU - {28E17AA0-8B75-4BAE-9E89-716A45107C58}.Release|x64.Build.0 = Release|Any CPU - {28E17AA0-8B75-4BAE-9E89-716A45107C58}.Release|x86.Build.0 = Release|Any CPU"
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.