Skip to content

Fixed not null constraint for Practice #61

Fixed not null constraint for Practice

Fixed not null constraint for Practice #61

Triggered via push June 2, 2025 06:46
Status Success
Total duration 1m 2s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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)'.