Skip to content

WolverineFx.Http.Grpc — gRPC Support for Wolverine HTTP Endpoints #105

WolverineFx.Http.Grpc — gRPC Support for Wolverine HTTP Endpoints

WolverineFx.Http.Grpc — gRPC Support for Wolverine HTTP Endpoints #105

Triggered via pull request March 12, 2026 03:27
Status Failure
Total duration 5m 29s
Artifacts

efcore.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
test
Process completed with exit code 1.
EfCoreTests.Bugs.Bug_1846_duplicate_execution_of_scheduled_jobs.should_not_double_execute: src/Persistence/EfCoreTests/Bugs/Bug_1846_duplicate_execution_of_scheduled_jobs.cs#L61
System.InvalidOperationException : No message of type EfCoreTests.Bugs.MsgB was detected Activity detected: -------------------------------------------------------------------------------------------------------- | Message Id | Message Type | Time (ms) | Event | -------------------------------------------------------------------------------------------------------- | 08de7fe7-bce2-f5ae-7ced-8d0769950000 | EfCoreTests.Bugs.Msg0 | 48| ExecutionStarted | | 08de7fe7-bce3-1a7b-7ced-8d0769950000 | EfCoreTests.Bugs.MsgA | 49| Sent | | 08de7fe7-bce2-f5ae-7ced-8d0769950000 | EfCoreTests.Bugs.Msg0 | 52| ExecutionFinished | | 08de7fe7-bce3-1a7b-7ced-8d0769950000 | EfCoreTests.Bugs.MsgA | 52| Received | | 08de7fe7-bce3-1a7b-7ced-8d0769950000 | EfCoreTests.Bugs.MsgA | 151| ExecutionStarted | | 08de7fe7-bcf3-707f-7ced-8d0769950000 | EfCoreTests.Bugs.MsgB | 164| Sent | | 08de7fe7-bce3-1a7b-7ced-8d0769950000 | EfCoreTests.Bugs.MsgA | 165| ExecutionFinished | | 08de7fe7-bce3-1a7b-7ced-8d0769950000 | EfCoreTests.Bugs.MsgA | 165| MessageSucceeded | -------------------------------------------------------------------------------------------------------- Conditions: Wait for message of type EfCoreTests.Bugs.MsgB to be received at node 71c1ba82-5fa3-4ee6-82b3-0ee879e301d8 (False)
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test: src/Wolverine/WolverineOptions.cs#L241
Possible null reference argument for parameter 'chain' in 'void MessageHandler<T>.ConfigureChain(HandlerChain chain)'.
test: src/Wolverine/WolverineOptions.cs#L108
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Wolverine/Configuration/IDelayedEndpointConfiguration.cs#L35
Possible null reference return.
test: src/Wolverine/Configuration/ListenerConfiguration.cs#L297
Dereference of a possibly null reference.
test: src/Wolverine/Attributes/WolverineParameterAttribute.cs#L82
Cannot convert null literal to non-nullable reference type.
test: src/Wolverine/Attributes/AlwaysPublishResponseAttribute.cs#L23
Non-nullable field '_envelope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: src/Wolverine/Attributes/WolverineParameterAttribute.cs#L21
Non-nullable property 'ArgumentName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Wolverine/Runtime/WorkerQueues/DurableReceiver.cs#L212
Nullability of reference types in return type of 'IHandlerPipeline? DurableReceiver.Pipeline.get' doesn't match implicitly implemented member 'IHandlerPipeline IReceiver.Pipeline.get' (possibly because of nullability attributes).
test: src/Wolverine/Runtime/WorkerQueues/BufferedReceiver.cs#L111
Nullability of reference types in return type of 'IHandlerPipeline? BufferedReceiver.Pipeline.get' doesn't match implicitly implemented member 'IHandlerPipeline IReceiver.Pipeline.get' (possibly because of nullability attributes).
test: src/Wolverine/Runtime/Agents/AssignAgent.cs#L33
'AssignAgent' defines 'Equals' but not 'GetHashCode'