FixCategory - #102
Merged
Merged
Annotations
10 warnings
|
src/Application/Features/Account/Commands/UpdateMyProfileCommandHandler.cs#L14
Parameter 'userManager' is unread.
|
|
src/Client/Client.Infrastructure/Services/Validation/ValidationService.cs#L13
Possible null reference return.
|
|
src/Client/Client.Infrastructure/Services/Notifications/NotificationDialogService.cs#L17
Dereference of a possibly null reference.
|
|
src/Application.Contract/Product/Commands/CreateProductCommand.cs#L11
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Application.Contract/Product/Queries/GetProductsByCategoryNameQuery.cs#L7
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Application.Contract/User/Commands/LoginUserCommand.cs#L8
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/Application.Contract/User/Commands/LoginUserCommand.cs#L7
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Application.Contract/User/Commands/RegisterUserCommand.cs#L7
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Application.Contract/User/Responses/CustomerResponse.cs#L8
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Application.Contract/User/Responses/CustomerResponse.cs#L6
Non-nullable property 'UserName' 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