Merge pull request #56 from Amitpnk/dependabot/nuget/src/multi-c73549… #12
Annotations
10 warnings
src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
|
src/OA.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.
|
src/OA.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.
|
src/OA.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.
|
src/OA.Domain/Settings/MailSettings.cs#L9
Non-nullable property 'SmtpPass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.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.
|
src/OA.Domain/Auth/AuthenticationRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Auth/AuthenticationRequest.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Auth/ResetPasswordRequest.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Auth/ResetPasswordRequest.cs#L11
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading