Update main.yml #9
Annotations
11 warnings
Core.Domain/Settings/MailSettings.cs#L5
Non-nullable property 'EmailFrom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/MailSettings.cs#L6
Non-nullable property 'SmtpHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/MailSettings.cs#L8
Non-nullable property 'SmtpUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/MailSettings.cs#L9
Non-nullable property 'SmtpPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/MailSettings.cs#L10
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/JWTSettings.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/JWTSettings.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Settings/JWTSettings.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Entities/WebScraping/ScrapPage.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Core.Domain/Entities/WebScraping/ScrapPage.cs#L8
Non-nullable property 'Img' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
This job succeeded
Loading