Manual testing of [EmptyResponse] swagger usage. Looks good to me:/ C… #600
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
21 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/ISendMyself.cs#L197
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
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/Runtime/MessageContext.cs#L50
Dereference of a possibly null reference.
|
build:
src/Wolverine/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|
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/ISendMyself.cs#L197
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
build:
src/Wolverine/Runtime/MessageContext.cs#L50
Dereference of a possibly null reference.
|
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/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L24
Dereference of a possibly null reference.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/Providers.cs#L28
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/Providers.cs#L29
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardViewProjection.cs#L47
Dereference of a possibly null reference.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardViewProjection.cs#L93
Possible null reference assignment.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L72
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L61
Non-nullable property 'PatientName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L17
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|