Skip to content

Merge pull request #188 from atc-net/feature/client-generation-httpcl… #107

Merge pull request #188 from atc-net/feature/client-generation-httpcl…

Merge pull request #188 from atc-net/feature/client-generation-httpcl… #107

Triggered via push October 31, 2023 09:37
Status Success
Total duration 6m 8s
Artifacts
merge-to-stable
5m 57s
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/[email protected], 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#L116
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.