Skip to content

Address feedback

a1645cb
Select commit
Loading
Failed to load commit list.
Merged

Add IOpenApiDocumentProvider interface and implementation #61463

Address feedback
a1645cb
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Apr 16, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

[aspnetcore-components-e2e]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

aspnetcore-ci / Build / Tests: Helix x64 / Run build.cmd helix target

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25214.8\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.AspNetCore.Mvc.TagHelpers.Test--net10.0 in job 4d6d5db1-3550-4316-b8d3-cbeead570433 has failed. [Failure log]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperTest.ProcessAsync_ExceptionInProcessing_DoesntBlockConcurrentRequests [Console] [Details] [Artifacts] [0.06% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.TimeoutException : The operation has timed out.
CallStack
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 123
   at Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperTest.<>c__DisplayClass15_0.<<ProcessAsync_ExceptionInProcessing_DoesntBlockConcurrentRequests>b__3>d.MoveNext() in /_/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs:line 684
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperTest.ProcessAsync_ExceptionInProcessing_DoesntBlockConcurrentRequests() in /_/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs:line 689
--- End of stack trace from previous location ---
Microsoft.AspNetCore.Mvc.TagHelpers.Test--net10.0.WorkItemExecution [Console] [Details] [Artifacts] [0.14% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.Http2.ShutdownTests.GracefulTurnsAbortiveIfRequestsDoNotFinish [Console] [Details] [Artifacts] [0.46% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.TimeoutException : The operation has timed out.
CallStack
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 123
   at Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.Http2.ShutdownTests.GracefulTurnsAbortiveIfRequestsDoNotFinish() in /_/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs:line 196
   at Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.Http2.ShutdownTests.GracefulTurnsAbortiveIfRequestsDoNotFinish() in /_/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs:line 215
--- End of stack trace from previous location ---

Was this helpful? Yes No