#15 Add docs #42
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.
|
Notification.Api/Models/Options/EmailOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Notification.Api/Models/Options/EmailOptions.cs#L10
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Notification.Api/Models/Options/EmailOptions.cs#L11
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Notification.Api/Models/Options/EmailOptions.cs#L12
Non-nullable property 'SenderPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Notification.Api/Models/Messaging/RequestEmailConfirm.cs#L5
Non-nullable property 'ConfirmCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Notification.Api/Models/Messaging/RequestEmailConfirm.cs#L6
Non-nullable property 'Email' 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