Publish Wolverine Nugets #69
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Wolverine/TestMessageContext.cs#L92
Possible null reference argument for parameter 'response' in 'ExpectedResponse<T>.ExpectedResponse(Func<T, bool> match, object response, Uri? destination, string? endpointName)'.
|
build:
src/Wolverine/ISendMyself.cs#L219
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
build:
src/Wolverine/Runtime/Serialization/IntrinsicSerializer.cs#L56
Possible null reference argument for parameter 'message' in 'byte[] IntrinsicSerializer<T>.WriteMessage(object message)'.
|
build:
src/Wolverine/Runtime/Serialization/IntrinsicSerializer.cs#L61
Possible null reference argument for parameter 'bytes' in 'object ISerializable.Read(byte[] bytes)'.
|
build:
src/Wolverine/Runtime/Serialization/IntrinsicSerializer.cs#L17
Dereference of a possibly null reference.
|
build:
src/Wolverine/Runtime/Serialization/IntrinsicSerializer.cs#L31
Possible null reference argument for parameter 'data' in 'object IMessageSerializer.ReadFromData(byte[] data)'.
|
build:
src/Wolverine/Runtime/Serialization/IntrinsicSerializer.cs#L36
Possible null reference argument for parameter 'data' in 'object IMessageSerializer.ReadFromData(byte[] data)'.
|
build:
src/Wolverine/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|
build:
src/Wolverine/Runtime/MessageContext.cs#L50
Dereference of a possibly null reference.
|
build:
src/Wolverine/Runtime/Agents/NodeAgentController.EvaluateAssignments.cs#L45
Possible null reference assignment.
|