Linting #12145
Annotations
10 warnings
src/Core/Auth/Services/Implementations/AuthRequestService.cs#L126
Dereference of a possibly null reference.
|
src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
|
src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Repositories/DatabaseContextExtensions.cs#L68
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Repositories/DatabaseContextExtensions.cs#L67
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Repositories/CollectionCipherRepository.cs#L197
The result of the expression is always 'false' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Repositories/Queries/UserCollectionDetailsQuery.cs#L46
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Repositories/Queries/UserCollectionDetailsQuery.cs#L46
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
src/Infrastructure.EntityFramework/Repositories/Queries/UserCipherDetailsQuery.cs#L51
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
The logs for this run have expired and are no longer available.
Loading