Update README.md #45
Annotations
10 warnings
Infrastructure/Models/RabbitMqOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Infrastructure/Models/RabbitMqOptions.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Infrastructure/Models/RabbitMqOptions.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Infrastructure/Models/RabbitMqOptions.cs#L12
Non-nullable property 'ExchangeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resources.Api/Models/Images/ImageView.cs#L6
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resources.Api/Models/Images/ImageMessage.cs#L11
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resources.Api/Models/Images/ImageCreate.cs#L5
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resources.Api/Models/Images/Image.cs#L9
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RabbitMqInitializer/RabbitMqOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RabbitMqInitializer/RabbitMqOptions.cs#L9
Non-nullable property 'UserName' 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