Skip to content

Merge pull request #187 from atc-net/feature/dictionary_support #106

Merge pull request #187 from atc-net/feature/dictionary_support

Merge pull request #187 from atc-net/feature/dictionary_support #106

Triggered via push October 12, 2023 12:46
Status Success
Total duration 5m 2s
Artifacts
merge-to-stable
4m 52s
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, actions/setup-java@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#L109
Method has 8 parameters, which is greater than the 7 authorized.
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.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: sample/src/Demo.Api/Startup.cs#L13
Complete the task associated to this 'TODO' comment.
merge-to-stable: sample/src/Demo.Api/web.config#L6
Make sure the content length limit is safe here.