Skip to content

5.18.2

5.18.2 #364

Triggered via push March 12, 2026 02:00
Status Success
Total duration 3m 24s
Artifacts

http.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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#L82
Cannot convert null literal to non-nullable reference type.
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'