Fixed not null constraint for Practice #61
Annotations
10 warnings
|
build:
Services/AuthService.Api/Models/RefreshToken.cs#L52
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Services/AuthService.Api/Models/RefreshToken.cs#L27
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Services/AuthService.Api/Models/RefreshToken.cs#L22
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Services/CoreService.Api/Program.cs#L93
Possible null reference argument for parameter 'password' in 'void IRabbitMqHostConfigurator.Password(string password)'.
|
|
build:
Services/CoreService.Api/Program.cs#L92
Possible null reference argument for parameter 'username' in 'void IRabbitMqHostConfigurator.Username(string username)'.
|
|
build:
Services/CoreService.Api/Endpoints/EndpointGroups.cs#L107
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#L107
Dereference of a possibly null reference.
|
|
build:
Services/CoreService.Api/Endpoints/EndpointGroups.cs#L90
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#L68
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/PracticeEntitiesService.Api/Program.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|