Skip to content

[release/9.0] Update Microsoft Identity Web package versions to 3.15.1#67163

Merged
wtgodbe merged 1 commit into
release/9.0from
wtgodbe/IDWeb9
Jun 11, 2026
Merged

[release/9.0] Update Microsoft Identity Web package versions to 3.15.1#67163
wtgodbe merged 1 commit into
release/9.0from
wtgodbe/IDWeb9

Update Microsoft Identity Web package versions to 3.15.1

1d7427d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 12, 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.

Build Failures

aspnetcore-components-e2e / Test: Blazor E2E tests on Linux / Run E2E tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

Test Failures (8 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    Microsoft.AspNetCore.WebSockets.Test.WebSocketMiddlewareTests.PingTimeoutCancelsReceiveAsync [Console] [Details] [Artifacts] [22.03% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    System.OperationCanceledException
    Expected: True
    Actual:   False
    CallStack
       at Microsoft.AspNetCore.WebSockets.Test.WebSocketMiddlewareTests.PingTimeoutCancelsReceiveAsync() in /_/src/Middleware/WebSockets/test/UnitTests/WebSocketMiddlewareTests.cs:line 843
       at Microsoft.AspNetCore.WebSockets.Test.WebSocketMiddlewareTests.PingTimeoutCancelsReceiveAsync() in /_/src/Middleware/WebSockets/test/UnitTests/WebSocketMiddlewareTests.cs:line 845
    --- End of stack trace from previous location ---
    Microsoft.AspNetCore.WebSockets.Tests--net9.0.WorkItemExecution [Console] [Details] [Artifacts] [0.55% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

    Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckServiceTest.CheckHealthAsync_TimeoutReturnsUnhealthy [Console] [Details] [Artifacts] [0.04% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Assert.Collection() Failure
    Collection: [["timeout"] = Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry]
    Error during comparison of item at index 0
    Inner exception: Assert.Equal() Failure
            Expected: Unhealthy
            Actual:   Healthy
    CallStack
       at Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckServiceTest.<>c.<CheckHealthAsync_TimeoutReturnsUnhealthy>b__14_1(KeyValuePair`2 actual) in /_/src/HealthChecks/HealthChecks/test/DefaultHealthCheckServiceTest.cs:line 556
       at Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckServiceTest.<CheckHealthAsync_TimeoutReturnsUnhealthy>d__14.MoveNext() in /_/src/HealthChecks/HealthChecks/test/DefaultHealthCheckServiceTest.cs:line 550
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

🔹 [All failing tests from aspnetcore-components-e2e]

    ⚠️ 3 failing tests not displayed for this pipeline due to space limitations

    Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSamePage [Details] [0.00% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure
    Expected: 1842
    Actual:   0
    CallStack
       at Microsoft.AspNetCore.Components.E2ETest.Tests.RoutingTest.AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSamePage() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/RoutingTest.cs:line 1676
       at InvokeStub_RoutingTest.AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSamePage(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage [Details] [0.41% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure
    Expected: 1842
    Actual:   0
    CallStack
       at Microsoft.AspNetCore.Components.E2ETest.Tests.RoutingTest.NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/RoutingTest.cs:line 1726
       at InvokeStub_RoutingTest.NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No