Authentification et Première Connexion au Serveur #267
Annotations
10 warnings
|
build:
core/Controllers/TestController.cs#L26
Possible null reference assignment.
|
|
build:
core/Policies/IsModerator.cs#L20
Possible null reference argument for parameter 'userToken' in 'UserResponseDTO IUserService.GetUser(string userToken)'.
|
|
build:
core/Data/Responses/UserResponseDTO.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
core/Policies/OrganizerIsActive.cs#L19
Possible null reference argument for parameter 'userToken' in 'UserResponseDTO IUserService.GetUser(string userToken)'.
|
|
build:
core/Controllers/TestController.cs#L85
Non-nullable property 'IdToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
core/Controllers/TestController.cs#L84
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
core/Controllers/TestController.cs#L83
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
core/Controllers/TestController.cs#L82
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
core/Controllers/OrganizersController.cs#L38
Parameter 'configuration' is unread.
|
|
build:
core/Controllers/TestController.cs#L17
Parameter 'configuration' is unread.
|