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.
Build Analysis / Build Analysis failed Apr 22, 2026 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.

Test Failures (2 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    InMemory.FunctionalTests--net11.0.WorkItemExecution [Console] [Details] [Artifacts] [0.30% 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.Core.Tests.Http2KeepAliveTests.KeepAlivePingTimeout_InfiniteTimeSpan_NoGoAway [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[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 ---

Was this helpful? Yes No