Skip to content

Added practice manager page #62

Added practice manager page

Added practice manager page #62

Triggered via push June 2, 2025 09:12
Status Success
Total duration 59s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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/AuthService.Api/TokenService.cs#L158
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: Services/AuthService.Api/TokenService.cs#L62
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
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)'.