Skip to content

[release/8.0] Update Microsoft Identity Web package versions to 3.15.1#67164

Merged
wtgodbe merged 1 commit into
release/8.0from
wtgodbe/IDWeb8
Jun 11, 2026
Merged

[release/8.0] Update Microsoft Identity Web package versions to 3.15.1#67164
wtgodbe merged 1 commit into
release/8.0from
wtgodbe/IDWeb8

Update Microsoft Identity Web package versions to 3.15.1

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

Known Repository Errors

Test Failures (5 tests failed)

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

    Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.NavigationManagerNavigateToSameUrlWithParamQueryAndHash_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.NavigationManagerNavigateToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSamePage() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/RoutingTest.cs:line 1774
       at InvokeStub_RoutingTest.NavigationManagerNavigateToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSamePage(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.AspNetCore.Components.E2ETest.Tests.FormsInputDateTest.InputDateInteractsWithEditContext_NonNullableDateTime [Details] [3.48% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure
    Expected: modified valid
    Actual:   modified invalid
       at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 96
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
    Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/a63e1a6dd8314f9b8ae9e6d3dab5432f.png'
    Page content:
    <head>
        <meta charset="utf-8">
    
    &#60;base href=&#34;/subdir/&#34;&#62;
    &#60;link href=&#34;style.css&#34; rel=&#34;stylesheet&#34;&#62;
    &#60;link rel=&#34;icon&#34; href=&#34;data:,&#34;&#62;
    
    &#60;!-- Used by ExternalContentPackage --&#62;
    &#60;link href=&#34;&#95;content/TestContentPackage/styles.css&#34; rel=&#34;stylesheet&#34;&#62;
    
    &#60;!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --&#62;
    &#60;link href=&#34;BasicTestApp.styles.css&#34; rel=&#34;stylesheet&#34;&#62;
    

    <!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>

    <body>
    <root><div id="test-selector"><!--!-->
    Select test:
    <select id="test-selector-select"><option value="none">Choose...</option><!--!-->
    <option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
    <option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
    <option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
    <option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
    <option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
    <option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
    <option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
    <option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
    <option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
    <option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
    <option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
    <option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
    <option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
    <option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
    <option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
    <option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
    <option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
    <option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
    <option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
    <option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
    <option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
    <option value="BasicTestApp.DynamicComponentRendering">DynamicComponent rendering</option><!--!-->
    <option value="BasicTestApp.ElementFocusComponent">Element focus component</option><!--!-->
    <option value="BasicTestApp.ElementRefComponent">Element ref component</option><!--!-->
    <option value="BasicTestApp.ErrorComponent">Error throwing</option><!--!-->
    <option value="BasicTestApp.ErrorBoundaryTest.ErrorBoundaryContainer">Error boundary cases</option><!--!-->
    <option value="BasicTestApp.EventBubblingComponent">Event bubbling</option><!--!-->
    <option value="BasicTestApp.EventCallbackTest.

    CallStack
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27
       at Microsoft.AspNetCore.Components.E2ETest.Tests.FormsInputDateTest.InputDateInteractsWithEditContext_NonNullableDateTime() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/FormsInputDateTest.cs:line 50
       at InvokeStub_FormsInputDateTest.InputDateInteractsWithEditContext_NonNullableDateTime(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    ----- Inner Stack Trace -----
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
    Microsoft.AspNetCore.Components.E2ETest.Tests.FormsInputDateTest.InputDateInteractsWithEditContext_NullableDateTimeOffset [Details] [3.48% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure
    Expected: modified invalid
    Actual:   modified valid
       at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 96
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
    Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/967d5b434f3144deac0f6a44feeaa2ef.png'
    Page content:
    <head>
        <meta charset="utf-8">
    
    &#60;base href=&#34;/subdir/&#34;&#62;
    &#60;link href=&#34;style.css&#34; rel=&#34;stylesheet&#34;&#62;
    &#60;link rel=&#34;icon&#34; href=&#34;data:,&#34;&#62;
    
    &#60;!-- Used by ExternalContentPackage --&#62;
    &#60;link href=&#34;&#95;content/TestContentPackage/styles.css&#34; rel=&#34;stylesheet&#34;&#62;
    
    &#60;!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --&#62;
    &#60;link href=&#34;BasicTestApp.styles.css&#34; rel=&#34;stylesheet&#34;&#62;
    

    <!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>

    <body>
    <root><div id="test-selector"><!--!-->
    Select test:
    <select id="test-selector-select"><option value="none">Choose...</option><!--!-->
    <option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
    <option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
    <option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
    <option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
    <option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
    <option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
    <option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
    <option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
    <option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
    <option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
    <option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
    <option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
    <option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
    <option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
    <option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
    <option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
    <option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
    <option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
    <option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
    <option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
    <option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
    <option value="BasicTestApp.DynamicComponentRendering">DynamicComponent rendering</option><!--!-->
    <option value="BasicTestApp.ElementFocusComponent">Element focus component</option><!--!-->
    <option value="BasicTestApp.ElementRefComponent">Element ref component</option><!--!-->
    <option value="BasicTestApp.ErrorComponent">Error throwing</option><!--!-->
    <option value="BasicTestApp.ErrorBoundaryTest.ErrorBoundaryContainer">Error boundary cases</option><!--!-->
    <option value="BasicTestApp.EventBubblingComponent">Event bubbling</option><!--!-->
    <option value="BasicTestApp.EventCallbackTest.

    CallStack
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27
       at Microsoft.AspNetCore.Components.E2ETest.Tests.FormsInputDateTest.InputDateInteractsWithEditContext_NullableDateTimeOffset() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/FormsInputDateTest.cs:line 82
       at InvokeStub_FormsInputDateTest.InputDateInteractsWithEditContext_NullableDateTimeOffset(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    ----- Inner Stack Trace -----
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
    Microsoft.AspNetCore.Components.E2ETest.Tests.FormsInputDateTest.InputDateInteractsWithEditContext_TimeInput [Details] [3.48% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure
    Expected: modified invalid
    Actual:   modified valid
       at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 96
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
    Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/fb6ac491e4c24c86996bb3e505a26280.png'
    Page content:
    <head>
        <meta charset="utf-8">
    
    &#60;base href=&#34;/subdir/&#34;&#62;
    &#60;link href=&#34;style.css&#34; rel=&#34;stylesheet&#34;&#62;
    &#60;link rel=&#34;icon&#34; href=&#34;data:,&#34;&#62;
    
    &#60;!-- Used by ExternalContentPackage --&#62;
    &#60;link href=&#34;&#95;content/TestContentPackage/styles.css&#34; rel=&#34;stylesheet&#34;&#62;
    
    &#60;!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --&#62;
    &#60;link href=&#34;BasicTestApp.styles.css&#34; rel=&#34;stylesheet&#34;&#62;
    

    <!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>

    <body>
    <root><div id="test-selector"><!--!-->
    Select test:
    <select id="test-selector-select"><option value="none">Choose...</option><!--!-->
    <option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
    <option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
    <option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
    <option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
    <option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
    <option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
    <option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
    <option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
    <option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
    <option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
    <option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
    <option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
    <option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
    <option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
    <option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
    <option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
    <option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
    <option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
    <option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
    <option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
    <option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
    <option value="BasicTestApp.DynamicComponentRendering">DynamicComponent rendering</option><!--!-->
    <option value="BasicTestApp.ElementFocusComponent">Element focus component</option><!--!-->
    <option value="BasicTestApp.ElementRefComponent">Element ref component</option><!--!-->
    <option value="BasicTestApp.ErrorComponent">Error throwing</option><!--!-->
    <option value="BasicTestApp.ErrorBoundaryTest.ErrorBoundaryContainer">Error boundary cases</option><!--!-->
    <option value="BasicTestApp.EventBubblingComponent">Event bubbling</option><!--!-->
    <option value="BasicTestApp.EventCallbackTest.

    CallStack
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27
       at Microsoft.AspNetCore.Components.E2ETest.Tests.FormsInputDateTest.InputDateInteractsWithEditContext_TimeInput() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/FormsInputDateTest.cs:line 114
       at InvokeStub_FormsInputDateTest.InputDateInteractsWithEditContext_TimeInput(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    ----- Inner Stack Trace -----
       at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
    Microsoft.AspNetCore.Components.E2ETests.Tests.StatePersistenceTest.CanRenderComponentWithPersistedState(suppressEnhancedNavigation: True, renderMode: typeof(Microsoft.AspNetCore.Components.Web.InteractiveAutoRenderMode), streaming: null) [Details] [0.92% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    OpenQA.Selenium.WebDriverTimeoutException : timeout
    from aborted by navigation: Not attached to an active page
      (Session info: chrome=149.0.7827.53)
    CallStack
       at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
       at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
       at OpenQA.Selenium.Navigator.Refresh()
       at Microsoft.AspNetCore.Components.E2ETests.Tests.StatePersistenceTest.CanRenderComponentWithPersistedState(Boolean suppressEnhancedNavigation, Type renderMode, String streaming) in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/StatePersistenceTest.cs:line 110
       at InvokeStub_StatePersistenceTest.CanRenderComponentWithPersistedState(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No