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.
Azure Pipelines / aspnetcore-ci succeeded Apr 16, 2025 in 2h 24m 1s

Build #20250415.13 had test failures

Details

Tests

  • Failed: 3 (0.00%)
  • Passed: 149,599 (98.67%)
  • Other: 2,019 (1.33%)
  • Total: 151,621

Annotations

Check failure on line 1 in Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperTest.ProcessAsync_ExceptionInProcessing_DoesntBlockConcurrentRequests

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperTest.ProcessAsync_ExceptionInProcessing_DoesntBlockConcurrentRequests

System.TimeoutException : The operation has timed out.
Raw output
   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 ---

Check failure on line 1 in Microsoft.AspNetCore.Mvc.TagHelpers.Test--net10.0.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Mvc.TagHelpers.Test--net10.0.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.Http2.ShutdownTests.GracefulTurnsAbortiveIfRequestsDoNotFinish

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.Http2.ShutdownTests.GracefulTurnsAbortiveIfRequestsDoNotFinish

System.TimeoutException : The operation has timed out.
Raw output
   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 ---