deps: Bump MessagePack and MessagePack.Annotations #10
Annotations
10 warnings
|
tests/Conduit.Messaging.Tests/MessageContextTests.cs#L54
Cannot convert null literal to non-nullable reference type.
|
|
src/Conduit.Saga/SagaOrchestrator.cs#L36
Possible null reference argument for parameter 'correlationId' in 'Task<Saga> SagaOrchestrator.FindOrCreateSagaAsync(Type sagaType, string correlationId, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
|
|
src/Conduit.Transports.Http/HttpTransport.cs#L24
Missing XML comment for publicly visible type or member 'HttpTransport.Name'
|
|
src/Conduit.Transports.Http/HttpTransport.cs#L23
Missing XML comment for publicly visible type or member 'HttpTransport.Type'
|
|
src/Conduit.Transports.Http/HttpTransport.cs#L113
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/Conduit.Transports.Http/HttpTransportComponent.cs#L139
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.
|
|
tests/Conduit.Messaging.Tests/MessageContextTests.cs#L54
Cannot convert null literal to non-nullable reference type.
|
|
src/Conduit.Saga/SagaOrchestrator.cs#L36
Possible null reference argument for parameter 'correlationId' in 'Task<Saga> SagaOrchestrator.FindOrCreateSagaAsync(Type sagaType, string correlationId, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
|
The logs for this run have expired and are no longer available.
Loading