chore(deps): bump Microsoft.AspNetCore.Mvc.Testing from 8.0.8 to 8.0.11 in /src #37
Annotations
10 warnings
src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
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.
|
src/OA.Domain/Settings/AppSettings.cs#L5
Non-nullable property 'ApplicationDetail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Entities/Product.cs#L7
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Common/Response.cs#L8
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Auth/AuthenticationResponse.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Auth/AuthenticationResponse.cs#L8
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/OA.Domain/Auth/AuthenticationResponse.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.
|
The logs for this run have expired and are no longer available.
Loading