Publish Wolverine Nugets #44
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#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Wolverine/TestMessageContext.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Wolverine/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|
build:
src/Wolverine/ISendMyself.cs#L197
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
build:
src/Wolverine/Transports/Sending/InlineSendingAgent.cs#L34
Use "Async" suffix in names of methods that return an awaitable type. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
build:
src/Wolverine/Transports/Sending/InlineSendingAgent.cs#L48
Use "Async" suffix in names of methods that return an awaitable type. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
build:
src/Wolverine/TestMessageContext.cs#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Wolverine/TestMessageContext.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Wolverine/ISendMyself.cs#L197
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
build:
src/Wolverine/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|