Skip to content

[blazor] Add parameter to ErrorBoundary to let it render ChildContent when an exception was thrown#66159

Open
zachneu wants to merge 4 commits into
dotnet:mainfrom
zachneu:ZN/ErrorBoundaryRenderContent
Open

[blazor] Add parameter to ErrorBoundary to let it render ChildContent when an exception was thrown#66159
zachneu wants to merge 4 commits into
dotnet:mainfrom
zachneu:ZN/ErrorBoundaryRenderContent

Merge branch 'main' into ZN/ErrorBoundaryRenderContent

ef472b7
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci failed Apr 22, 2026 in 1h 17m 33s

Build #20260422.24 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 81,982 (98.81%)
  • Other: 986 (1.19%)
  • Total: 82,970

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26215.121\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26215.121\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26215.121\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item InMemory.FunctionalTests--net11.0 in job f2375a29-0aba-4235-88a1-5f211e501c7a has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/f2375a29-0aba-4235-88a1-5f211e501c7a/workitems/InMemory.FunctionalTests--net11.0/console

Check failure on line 1 in Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http2KeepAliveTests.KeepAlivePingTimeout_InfiniteTimeSpan_NoGoAway

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http2KeepAliveTests.KeepAlivePingTimeout_InfiniteTimeSpan_NoGoAway

System.TimeoutException : The operation has timed out.
Raw output
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter[T](Task`1 task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 88
   at Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http2TestBase.ReceiveFrameAsync(UInt32 maxFrameSize) in /_/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TestBase.cs:line 1232
   at Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http2TestBase.ExpectAsync(Http2FrameType type, Int32 withLength, Byte withFlags, Int32 withStreamId) in /_/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TestBase.cs:line 1268
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter[T](Task`1 task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 88
   at Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http2KeepAliveTests.KeepAlivePingTimeout_InfiniteTimeSpan_NoGoAway() in /_/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2KeepAliveTests.cs:line 38
--- End of stack trace from previous location ---

Check failure on line 1 in InMemory.FunctionalTests--net11.0.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

InMemory.FunctionalTests--net11.0.WorkItemExecution

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