Skip to content

Add HTTP transport support with client and server integration #2489

Add HTTP transport support with client and server integration

Add HTTP transport support with client and server integration #2489

Re-run triggered December 18, 2025 15:52
Status Failure
Total duration 4m 10s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
Process completed with exit code 255.
build
Target "CoreTests" has thrown an exception
build
[xUnit.net 00:00:24.61] CoreTests.Configuration.auditing_determination.use_audit_member_named_id_and_disambiguate [FAIL]
build
/home/runner/work/wolverine/wolverine/src/Samples/EFCoreSample/ItemService/ItemService.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 5.0.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Samples/EFCoreSample/ItemService/ItemService.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 5.0.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: WolverineFx requires Microsoft.Extensions.ObjectPool (>= 9.0.0 && < 10.0.0) but version Microsoft.Extensions.ObjectPool 10.0.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: WolverineFx requires Microsoft.Extensions.ObjectPool (>= 8.0.0 && < 10.0.0) but version Microsoft.Extensions.ObjectPool 10.0.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Transports/Pulsar/Wolverine.Pulsar/Wolverine.Pulsar.csproj : warning NU1608: Detected package version outside of dependency constraint: WolverineFx requires Microsoft.Extensions.ObjectPool (>= 9.0.0 && < 10.0.0) but version Microsoft.Extensions.ObjectPool 10.0.0 was resolved. [/home/runner/work/wolverine/wolverine/wolverine.sln]
build
/home/runner/work/wolverine/wolverine/src/Transports/Pulsar/Wolverine.Pulsar/Wolverine.Pulsar.csproj : warning NU1608: Detected package version outside of dependency constraint: WolverineFx requires Microsoft.Extensions.ObjectPool (>= 8.0.0 && < 10.0.0) but version Microsoft.Extensions.ObjectPool 10.0.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.