#17 Add resources microservice (#60) #39
Annotations
10 warnings
build:
Infrastructure/Models/RabbitMqOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Infrastructure/Models/RabbitMqOptions.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Infrastructure/Models/RabbitMqOptions.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Infrastructure/Models/RabbitMqOptions.cs#L12
Non-nullable property 'ExchangeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Resources.WebApi/Models/Images/ImageView.cs#L6
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Resources.WebApi/Models/Images/ImageMessage.cs#L11
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Resources.WebApi/Models/Images/ImageCreate.cs#L5
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Resources.WebApi/Models/Images/Image.cs#L9
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Notification.Service/Models/Options/EmailOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Notification.Service/Models/Options/EmailOptions.cs#L10
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|