feat: add placeholders for endpoints #279
Annotations
10 warnings
Server/ReasnAPI/ReasnAPI/Controllers/EventsController.cs#L11
Remove this unread private field '_context' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
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/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/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/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)
|
Server/ReasnAPI/ReasnAPI/Models/Authentication/RegisterRequest.cs#L11
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#L13
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