Skip to content

Correcciones 06/11/2023 #102

Correcciones 06/11/2023

Correcciones 06/11/2023 #102

Triggered via push November 6, 2023 19:47
Status Success
Total duration 57s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MCPackServer/Server/Utility/Security/PermissionPolicyProvider.cs#L27
Nullability of reference types in value of type 'Task<AuthorizationPolicy>' doesn't match target type 'Task<AuthorizationPolicy?>'.
build: MCPackServer/Server/Utility/Security/PermissionAuthorizationHandler.cs#L11
Dereference of a possibly null reference.
build: MCPackServer/Server/Utility/Security/ClaimsHelper.cs#L14
Dereference of a possibly null reference.
build: MCPackServer/Server/Utility/Security/ClaimsHelper.cs#L14
Possible null reference assignment.
build: MCPackServer/Server/Services/UsersService.cs#L35
Possible null reference return.
build: MCPackServer/Server/Models/RoleClaimsViewModel.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MCPackServer/Server/Models/RoleClaimsViewModel.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MCPackServer/Server/Models/RoleClaimsViewModel.cs#L7
Non-nullable property 'Selected' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MCPackServer/Server/Models/RegistrationModel.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MCPackServer/Server/Models/RegistrationModel.cs#L10
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.