Skip to content

Merge pull request #189 from atc-net/feature/updating_jdk_version #108

Merge pull request #189 from atc-net/feature/updating_jdk_version

Merge pull request #189 from atc-net/feature/updating_jdk_version #108

Triggered via push November 10, 2023 14:16
Status Success
Total duration 5m 30s
Artifacts
merge-to-stable
5m 20s
merge-to-stable
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nelonoel/branch-name@v1.0.1, actions/setup-dotnet@v1. 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.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L128
Complete the task associated to this 'TODO' comment.
merge-to-stable: src/Atc.CodeGeneration.CSharp/Extensions/StringBuilderExtensions.cs#L116
Method has 8 parameters, which is greater than the 7 authorized.
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L49
Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed.
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L71
Indexing at 0 should be used instead of the "Enumerable" extension method "First"
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L114
Indexing at 0 should be used instead of the "Enumerable" extension method "First"
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L159
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.
merge-to-stable: src/Atc.CodeGeneration.CSharp/Content/Generators/Internal/GenerateContentWriter.cs#L229
Refactor this method to reduce its Cognitive Complexity from 29 to the 15 allowed.
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.
merge-to-stable: src/Atc.Rest.ApiGenerator.Framework.Contracts/Options/ApiOptionsGeneratorRequest.cs#L3
Remove this empty class, write its code or make it an "interface".
merge-to-stable: src/Atc.Rest.ApiGenerator.Framework.Contracts/Resolver/OpenApiDocumentSchemaModelNameResolver.cs#L77
Collection-specific "Exists" method should be used instead of the "Any" extension.