Release to Production #96
Annotations
10 warnings
src/repository-webapi-client/RepositoryApiClient.cs#L7
Constructor has 17 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
src/repository-webapi/Program.cs#L17
Make sure that this logger's configuration is safe. (https://rules.sonarsource.com/csharp/RSPEC-4792)
|
src/repository-webapi/Extensions/GameTypeExtensions.cs#L45
'System.ApplicationException' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/repository-webapi/Controllers/PlayersController.cs#L90
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/repository-webapi/Controllers/PlayersController.cs#L364
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
src/repository-webapi/Controllers/PlayerAnalyticsController.cs#L48
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
src/repository-webapi/Controllers/PlayerAnalyticsController.cs#L52
Extract the assignment of 'cumulative' from this expression. (https://rules.sonarsource.com/csharp/RSPEC-1121)
|
src/repository-webapi/Controllers/PlayerAnalyticsController.cs#L83
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
src/repository-webapi/Controllers/PlayerAnalyticsController.cs#L119
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
src/repository-webapi/Controllers/MapsController.cs#L342
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
The logs for this run have expired and are no longer available.
Loading