Skip to content

[release/8.0] Update dependencies from dotnet/source-build-externals#66699

Merged
wtgodbe merged 2 commits into
release/8.0from
darc-release/8.0-0d70984b-8795-48bd-87be-11cc37077bde
Jun 2, 2026
Merged

[release/8.0] Update dependencies from dotnet/source-build-externals#66699
wtgodbe merged 2 commits into
release/8.0from
darc-release/8.0-0d70984b-8795-48bd-87be-11cc37077bde

Update dependencies from https://github.com/dotnet/source-build-exter…

dd1c6bd
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 1, 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 (1 tests failed)

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

    Microsoft.AspNetCore.Components.E2ETests.Tests.StatePersistenceTest.CanRenderComponentWithPersistedState(suppressEnhancedNavigation: True, renderMode: typeof(Microsoft.AspNetCore.Components.Web.InteractiveAutoRenderMode), streaming: null) [Details] [0.21% 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=148.0.7778.178)
    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