chore(deps): bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 8.0.8 to 8.0.11 in /src #39
Annotations
10 warnings
Execute unit tests:
src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Auth/RegisterRequest.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Auth/RegisterRequest.cs#L11
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Auth/RegisterRequest.cs#L15
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Auth/RegisterRequest.cs#L18
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Auth/RegisterRequest.cs#L22
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
src/OA.Domain/Auth/RegisterRequest.cs#L26
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading