Completely replaced AutoMapper and MediatR and updated remaining NuGe… #3
Annotations
10 warnings
|
Hestia.Application.Tests/Services/Authentication/AuthServiceTests.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
Hestia.Application.Tests/Handlers/Authentication/Commands/Register/ApplicationUserRegisterCommandHandlerTests.cs#L66
Argument of type 'ISetup<IAuthService, Task<(ApplicationUserRegisterResponseDto, HttpStatusCode)>>' cannot be used for parameter 'mock' of type 'IReturns<IAuthService, Task<(ApplicationUserRegisterResponseDto?, HttpStatusCode)>>' in 'IReturnsResult<IAuthService> ReturnsExtensions.ReturnsAsync<IAuthService, (ApplicationUserRegisterResponseDto?, HttpStatusCode)>(IReturns<IAuthService, Task<(ApplicationUserRegisterResponseDto?, HttpStatusCode)>> mock, (ApplicationUserRegisterResponseDto?, HttpStatusCode) value)' due to differences in the nullability of reference types.
|
|
Hestia.Application.Tests/Services/Product/ProductServiceTests.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Hestia.Application/Handlers/Authentication/Commands/Register/ApplicationUserRegisterCommandHandler.cs#L21
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Product/Commands/DeleteProduct/DeleteProductCommandHandler.cs#L19
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Product/Commands/UpdateProduct/UpdateProductCommandHandler.cs#L18
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Authentication/Commands/Login/ApplicationUserLoginCommandHandler.cs#L21
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Product/Commands/CreateProduct/CreateProductCommandHandler.cs#L21
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Product/Queries/GetProduct/GetProductQueryHandler.cs#L19
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Services/Authentication/AuthService.cs#L56
Nullability of reference types in return type of 'Task<(ApplicationUserRegisterResponseDto?, HttpStatusCode)> AuthService.RegisterAsync(ApplicationUserRegisterDto model, Role? role = null, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<(ApplicationUserRegisterResponseDto, HttpStatusCode)> IAuthService.RegisterAsync(ApplicationUserRegisterDto model, Role? role = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
The logs for this run have expired and are no longer available.
Loading