Update README.md #117
Annotations
10 warnings
Build net8.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Dereference of a possibly null reference.
|
Build net8.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Converting null literal or possible null value to non-nullable type.
|
Build net8.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L93
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build net8.0:
Example/Example.ReadSettings/ConsumeService.cs#L10
Possible null reference argument for parameter 'consumerName' in 'RabbitSubscriber.RabbitSubscriber(IRabbitConsumer consumer, ILogger<RabbitSubscriber>? logger, string consumerName)'.
|
Build net8.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 net8.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Dereference of a possibly null reference.
|
Build net8.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L86
Converting null literal or possible null value to non-nullable type.
|
Build net8.0:
Src/NanoRabbit/Producer/RabbitProducer.cs#L93
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build net8.0:
Example/Example.ReadSettings/ConsumeService.cs#L10
Possible null reference argument for parameter 'consumerName' in 'RabbitSubscriber.RabbitSubscriber(IRabbitConsumer consumer, ILogger<RabbitSubscriber>? logger, string consumerName)'.
|
Build net8.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