Added more checks, fixed exceptions #24
Annotations
10 warnings
|
build:
Services/AuthService.Api/Program.cs#L114
Possible null reference argument for parameter 'username' in 'void IRabbitMqHostConfigurator.Username(string username)'.
|
|
build:
Services/CoreService.Api/Core/Models/ApplicationUserDTO.cs#L5
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
|
build:
Services/CoreService.Api/Program.cs#L88
Possible null reference argument for parameter 'password' in 'void IRabbitMqHostConfigurator.Password(string password)'.
|
|
build:
Services/CoreService.Api/Program.cs#L87
Possible null reference argument for parameter 'username' in 'void IRabbitMqHostConfigurator.Username(string username)'.
|
|
build:
Services/CoreService.Api/Endpoints/EndpointGroups.cs#L104
Possible null reference argument for parameter 'UserId' in 'UserWithRoleActionEvent.UserWithRoleActionEvent(string UserId, string FirstName, string LastName, string? MiddleName, UserActionType Action, string Role, DateTime CreatedAt)'.
|
|
build:
Services/CoreService.Api/Endpoints/EndpointGroups.cs#L104
Dereference of a possibly null reference.
|
|
build:
Services/CoreService.Api/Endpoints/EndpointGroups.cs#L87
Possible null reference argument for parameter 'UserId' in 'UserWithRoleActionEvent.UserWithRoleActionEvent(string UserId, string FirstName, string LastName, string? MiddleName, UserActionType Action, string Role, DateTime CreatedAt)'.
|
|
build:
Services/CoreService.Api/Endpoints/EndpointGroups.cs#L65
Possible null reference argument for parameter 'UserId' in 'UserWithRoleActionEvent.UserWithRoleActionEvent(string UserId, string FirstName, string LastName, string? MiddleName, UserActionType Action, string Role, DateTime CreatedAt)'.
|
|
build:
Services/AuthService.Api/Program.cs#L115
Possible null reference argument for parameter 'password' in 'void IRabbitMqHostConfigurator.Password(string password)'.
|
|
build:
Services/AuthService.Api/Program.cs#L114
Possible null reference argument for parameter 'username' in 'void IRabbitMqHostConfigurator.Username(string username)'.
|