Skip to content

fix(readers): bound YAML anchor/alias expansion, configurable via reader settings #3331

fix(readers): bound YAML anchor/alias expansion, configurable via reader settings

fix(readers): bound YAML anchor/alias expansion, configurable via reader settings #3331

Re-run triggered August 13, 2026 00:26
Status Success
Total duration 10m 17s
Artifacts

sonarcloud.yml

on: pull_request
check if SONAR_TOKEN is set in github secrets
3s
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build: src/Microsoft.OpenApi/Any/OpenApiAnyCloneHelper.cs#L12
Add a 'protected' constructor or the 'static' keyword to the class declaration.
Build: src/Microsoft.OpenApi/Services/OpenApiReferenceResolver.cs#L293
Complete the task associated to this 'TODO' comment.
Build: src/Microsoft.OpenApi/Services/OpenApiReferenceResolver.cs#L279
Remove this commented out code.
Build: src/Microsoft.OpenApi/Models/OpenApiSecurityRequirement.cs#L109
Private classes which are not derived in the current assembly should be marked as 'sealed'.
Build: src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L437
Complete the task associated to this 'TODO' comment.
Build: performance/resultsComparer/handlers/CompareCommandHandler.cs#L89
Remove this null-forgiving operator; the compiler already knows this expression is not null here.
Build: performance/resultsComparer/handlers/CompareCommandHandler.cs#L89
Remove this null-forgiving operator; the compiler already knows this expression is not null here.
Build: performance/resultsComparer/handlers/CompareCommandHandler.cs#L55
Loops should be simplified using the "Where" LINQ method
Build: performance/resultsComparer/policies/PercentageMemoryUsagePolicy.cs#L54
Parameters to 'GetPercentageDifference' have the same names but not the same order as the method arguments.
Build: performance/resultsComparer/Program.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration.
Build
The 'adopt' legacy AdoptOpenJDK distribution is deprecated and will be removed in setup-java v6. Please migrate to the 'temurin' distribution.