Merge pull request #20 from atc-net/feature/maintenance2 #19
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: nelonoel/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: nelonoel/[email protected], actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Atc.Rest.MinimalApi/Extensions/ValidationProblemExtensions.cs#L184
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L63
Make 'GetAllUsers' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L15
Make 'DefineEndpointsV1' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L68
Make 'GetUserById' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L74
Make 'GetUserByEmail' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L80
Make 'CreateUser' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L92
Make 'DeleteUserById' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api.Contracts/EndpointDefinitions/UsersEndpointDefinition.cs#L86
Make 'UpdateUserById' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
sample/src/Demo.Api/Options/ConfigureSwaggerOptions.cs#L38
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
sample/src/Demo.Api/Program.cs#L25
Make sure this permissive CORS policy is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5122)
|
This job succeeded
Loading