Add Usage Logger & FilesDb Migration services, update deps #50
Annotations
10 warnings
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Controllers/ToDoListController.cs#L29
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Controllers/ToDoListController.cs#L25
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Startup.cs#L19
Make 'Configure' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Program.cs#L6
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Startup.cs#L30
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Startup.cs#L26
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
|
build:
src/modules/apis/AStar.Dev.ToDo.Api/Startup.cs#L14
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
|
build:
src/nuget-packages/AStar.Dev.Logging.Extensions/CloudRoleNameTelemetryInitializer.cs#L23
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
|
|
build:
src/nuget-packages/AStar.Dev.Logging.Extensions/CloudRoleNameTelemetryInitializer.cs#L22
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
|
|
build:
src/nuget-packages/AStar.Dev.Api.Usage.Sdk/ServiceCollectionExtensions.cs#L20
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|