FixCarousel - #115
Merged
Merged
Annotations
10 warnings
|
src/Application/Features/Account/Commands/ChangeMyPasswordCommandHandler.cs#L13
Parameter 'db' is unread.
|
|
src/Application/Features/Account/Commands/ChangeMyEmailCommandHandler.cs#L14
Parameter 'userManager' is unread.
|
|
src/Application/Features/Account/Commands/UpdateMyProfileCommandHandler.cs#L14
Parameter 'userManager' is unread.
|
|
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