bump to 1.6.1 #532
Annotations
21 warnings
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/
|
src/Wolverine/ISendMyself.cs#L197
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
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.
|
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.
|
src/Wolverine/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|
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.
|
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.
|
src/Wolverine/ISendMyself.cs#L197
Possible null reference argument for parameter 'uri' in 'IDestinationEndpoint IMessageBus.EndpointFor(Uri uri)'.
|
src/Wolverine/Runtime/RemoteInvocation/FailureAcknowledgementHandler.cs#L19
Dereference of a possibly null reference.
|
|
|
src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L24
Dereference of a possibly null reference.
|
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.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L11
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L12
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/AppointmentProjection.cs#L17
Dereference of a possibly null reference.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/AppointmentProjection.cs#L32
Dereference of a possibly null reference.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L15
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L19
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L80
Non-nullable property 'ProviderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading