Fixed RabbitMQ flow for Auth and Core services #77
Annotations
10 warnings
|
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#L103
Possible null reference argument for parameter 'password' in 'void IRabbitMqHostConfigurator.Password(string password)'.
|
|
build:
Services/CoreService.Api/Program.cs#L102
Possible null reference argument for parameter 'username' in 'void IRabbitMqHostConfigurator.Username(string username)'.
|
|
build:
Services/CoreService.Api/Consumers/UserEditedConsumer.cs#L96
Dereference of a possibly null reference.
|
|
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/CoreService.Api/Consumers/UserEditedConsumer.cs#L60
Dereference of a possibly null reference.
|
|
build:
Shared/Shared/UserEditedEvent.cs#L26
Parameter 'CurrentRoles' has no matching param tag in the XML comment for 'UserEditedEvent.UserEditedEvent(string, string, string, string, string?, IEnumerable<string>?, IEnumerable<string>?, IEnumerable<string>?, DateTime)' (but other parameters do)
|