Recipient API created #112
sonarcloud.yaml
on: pull_request
analyse
/
sonar-analysis
1m 34s
Annotations
6 warnings
analyse / sonar-analysis:
src/ProjectOrigin.Stamp.Server/Services/REST/v1/RecipientController.cs#L57
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)
|
analyse / sonar-analysis:
src/ProjectOrigin.Stamp.Server/Services/REST/v1/RecipientController.cs#L65
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)
|
analyse / sonar-analysis:
src/ProjectOrigin.Stamp.Server/Services/REST/v1/RecipientController.cs#L12
Specify the RouteAttribute when an HttpMethodAttribute or RouteAttribute is specified at an action level. (https://rules.sonarsource.com/csharp/RSPEC-6934)
|
analyse / sonar-analysis:
src/ProjectOrigin.Stamp.Server/Services/REST/v1/RecipientController.cs#L57
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)
|
analyse / sonar-analysis:
src/ProjectOrigin.Stamp.Server/Services/REST/v1/RecipientController.cs#L65
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)
|
analyse / sonar-analysis:
src/ProjectOrigin.Stamp.Server/Services/REST/v1/RecipientController.cs#L12
Specify the RouteAttribute when an HttpMethodAttribute or RouteAttribute is specified at an action level. (https://rules.sonarsource.com/csharp/RSPEC-6934)
|