Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples to AddOpenApi extension method/overloads #58808

Merged
merged 8 commits into from
Nov 7, 2024

One more try with fingers crossed

e59acb0
Select commit
Loading
Failed to load commit list.
Merged

Add examples to AddOpenApi extension method/overloads #58808

One more try with fingers crossed
e59acb0
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 7, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

🕒 The following pipeline(s) will be analyzed once they finish

Build Failures

aspnetcore-quarantined-pr / Tests: Helix / Build shared fx

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\OpenApi\src\Extensions\OpenApiServiceCollectionExtensions.cs(24,80): error CS1574: XML comment has cref attribute 'Services' that could not be resolved
    ❌src\OpenApi\src\Extensions\OpenApiServiceCollectionExtensions.cs(25,25): error CS1574: XML comment has cref attribute 'WebApplicationBuilder' that could not be resolved
    ❌src\OpenApi\src\Extensions\OpenApiServiceCollectionExtensions.cs(45,80): error CS1574: XML comment has cref attribute 'Services' that could not be resolved

aspnetcore-quarantined-pr / Tests: Windows x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\OpenApi\src\Extensions\OpenApiServiceCollectionExtensions.cs(24,80): error CS1574: XML comment has cref attribute 'Services' that could not be resolved
    ❌src\OpenApi\src\Extensions\OpenApiServiceCollectionExtensions.cs(25,25): error CS1574: XML comment has cref attribute 'WebApplicationBuilder' that could not be resolved
    ❌src\OpenApi\src\Extensions\OpenApiServiceCollectionExtensions.cs(45,80): error CS1574: XML comment has cref attribute 'Services' that could not be resolved

aspnetcore-quarantined-pr / Tests: macOS / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/OpenApi/src/Extensions/OpenApiServiceCollectionExtensions.cs(24,80): error CS1574: XML comment has cref attribute 'Services' that could not be resolved
    ❌src/OpenApi/src/Extensions/OpenApiServiceCollectionExtensions.cs(25,25): error CS1574: XML comment has cref attribute 'WebApplicationBuilder' that could not be resolved
    ❌src/OpenApi/src/Extensions/OpenApiServiceCollectionExtensions.cs(45,80): error CS1574: XML comment has cref attribute 'Services' that could not be resolved

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [aspnetcore-quarantined-pr]

Was this helpful? Yes No