[RSN-43] - Implemented card component with variants (to refactor) (#46) #257
Annotations
10 warnings
Server/ReasnAPI/ReasnAPI/Models/Authentication/TokenPayload.cs#L5
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/TokenPayload.cs#L6
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server/ReasnAPI/ReasnAPI/Models/Database/ReasnContext.cs#L288
Supply an implementation for this partial method. (https://rules.sonarsource.com/csharp/RSPEC-3251)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/LoginRequest.cs#L5
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/LoginRequest.cs#L6
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Server/ReasnAPI/ReasnAPI/Controllers/AuthController.cs#L23
Annotate this method with ProducesResponseType containing the return type for successful responses. (https://rules.sonarsource.com/csharp/RSPEC-6968)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/RegisterRequest.cs#L7
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/RegisterRequest.cs#L8
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/RegisterRequest.cs#L9
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/RegisterRequest.cs#L10
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
This job succeeded
Loading