Update dotnet.yml #3
Annotations
10 warnings
Blazing.Domain/Services/UserDomainService.cs#L215
Possible null reference argument for parameter 'users' in 'UserNotFoundException UserNotFoundException.UserNotFound(IEnumerable<User> users)'.
|
Blazing.Domain/Services/UserDomainService.cs#L246
Possible null reference argument for parameter 'users' in 'UserNotFoundException UserNotFoundException.UserNotFound(IEnumerable<User> users)'.
|
Blazing.Domain/Services/ProductDomainService.cs#L286
Argument of type 'IEnumerable<Product?>' cannot be used for parameter 'produtos' of type 'IEnumerable<Product>' in 'ProductNotFoundException.ProductNotFoundException(IEnumerable<Product> produtos)' due to differences in the nullability of reference types.
|
Blazing.Domain/Services/UserDomainService.cs#L324
Possible null reference argument for parameter 'id' in 'UserAlreadyExistsException UserAlreadyExistsException.FromExistingId(string id)'.
|
Blazing.Domain/Services/UserDomainService.cs#L325
Possible null reference argument for parameter 'usersName' in 'UserAlreadyExistsException UserAlreadyExistsException.FromNameExistingUser(string usersName)'.
|
Blazing.Domain/Services/UserDomainService.cs#L330
Unreachable code detected
|
Blazing.Application/Services/UserAppService.cs#L90
Argument of type 'IEnumerable<User?>' cannot be used for parameter 'obj' of type 'IEnumerable<User>' in 'Task<IEnumerable<User?>> ICrudDomainService<User>.GetAll(IEnumerable<User> obj, CancellationToken cancellationToken)' due to differences in the nullability of reference types.
|
Blazing.infrastructure/Blazing.Ecommerce/Service/CategoryInfrastructureRepository.cs#L55
Possible null reference argument for parameter 'id' in 'IdentityInvalidException IdentityInvalidException.Identities(IEnumerable<Guid> id)'.
|
Blazing.infrastructure/Blazing.Ecommerce/Service/UserInfrastructureRepository.cs#L67
Nullability of reference types in value of type 'IEnumerable<UserDto?>' doesn't match target type 'IEnumerable<UserDto>'.
|
Blazing.infrastructure/Blazing.Ecommerce/Service/UserInfrastructureRepository.cs#L74
Possible null reference argument for parameter 'updatedUserDto' in 'Task UserInfrastructureRepository.UpdateUserDetailsAsync(UserDto originalUserDto, User updatedUserDto, CancellationToken cancellationToken)'.
|
The logs for this run have expired and are no longer available.
Loading