Correcciones 06/11/2023 #102
Annotations
10 warnings
MCPackServer/Server/Utility/Security/PermissionPolicyProvider.cs#L27
Nullability of reference types in value of type 'Task<AuthorizationPolicy>' doesn't match target type 'Task<AuthorizationPolicy?>'.
|
MCPackServer/Server/Utility/Security/PermissionAuthorizationHandler.cs#L11
Dereference of a possibly null reference.
|
MCPackServer/Server/Utility/Security/ClaimsHelper.cs#L14
Dereference of a possibly null reference.
|
MCPackServer/Server/Utility/Security/ClaimsHelper.cs#L14
Possible null reference assignment.
|
MCPackServer/Server/Services/UsersService.cs#L35
Possible null reference return.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading