Update to 0.1.5. #136
Annotations
8 warnings
Build net6.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Dereference of a possibly null reference.
|
Build net6.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Converting null literal or possible null value to non-nullable type.
|
Build net6.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L93
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build net6.0:
Example/Example.ConsumerQuickStart/Program.cs#L22
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build net6.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Dereference of a possibly null reference.
|
Build net6.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Converting null literal or possible null value to non-nullable type.
|
Build net6.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L93
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build net6.0:
Example/Example.ConsumerQuickStart/Program.cs#L22
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
The logs for this run have expired and are no longer available.
Loading