Skip to content

Merge pull request #191 from atc-net/feature/minimal-api #109

Merge pull request #191 from atc-net/feature/minimal-api

Merge pull request #191 from atc-net/feature/minimal-api #109

Triggered via push June 27, 2024 07:02
Status Success
Total duration 3m 19s
Artifacts
merge-to-stable
3m 8s
merge-to-stable
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
merge-to-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nelonoel/[email protected], actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
merge-to-stable
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/
merge-to-stable: src/Atc.Rest.ApiGenerator.Contracts/Extensions/ApiOperationResponseModelExtensions.cs#L22
Define a constant instead of using this literal 'DummyOperation' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
merge-to-stable: src/Atc.Rest.ApiGenerator.Contracts/Resolver/OpenApiDocumentSchemaModelNameResolver.cs#L77
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L130
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/GenerateContentForSolutionFile.cs#L33
Define a constant instead of using this literal 'EndGlobalSection' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Extensions/StringBuilderExtensions.cs#L153
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Extensions/StringBuilderExtensions.cs#L203
Method has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/GenerateContentForClass.cs#L18
Refactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/GenerateContentForEnum.cs#L18
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/GenerateContentForRecords.cs#L17
Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/GenerateContentForProjectFile.cs#L13
Refactor this method to reduce its Cognitive Complexity from 33 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)