#40 Add support tickets reopen and history records (#52) #32
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.
|
Authentication.Infrastructure/Models/Role.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Authentication.Infrastructure/Models/Permission.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Authentication.Infrastructure/Models/JwtAuthOptions.cs#L12
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Authentication.Infrastructure/Models/Account.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading