Skip to content

[release/9.0] Update dependencies from dotnet/extensions#64503

Merged
wtgodbe merged 2 commits into
release/9.0from
darc-release/9.0-fdb86c75-8f31-4397-a904-9868759ebe82
Dec 4, 2025
Merged

[release/9.0] Update dependencies from dotnet/extensions#64503
wtgodbe merged 2 commits into
release/9.0from
darc-release/9.0-fdb86c75-8f31-4397-a904-9868759ebe82

Update dependencies from https://github.com/dotnet/extensions build 2…

03432d6
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 1, 2025 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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

aspnetcore-ci / Build / Tests: Helix x64 / Run build.cmd helix target

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25562.4\tools\dotnet-cli\DotNetCli.targets(40,5): error : Unable to resolve download link from feed https://dotnetbuilds.blob.core.windows.net/public; Response status code does not indicate success: 409 (Public access is not permitted on this storage account.).

Test Failures (2 tests failed)

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

    Microsoft.AspNetCore.Components.E2ETests.ServerExecutionTests.NoneAncestorWebSocketAppliesPolicyOnCallbackCompressionTests.EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails [Details] [36.08% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Matches() Failure:
    Regex: security - Refused to frame 'http://\d+\.\d+\.\d+\.\d+:\d+/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".
    Value: security - Framing 'http://127.0.0.1:33127/' violates the following Content Security Policy directive: "frame-ancestors 'none'". The request has been blocked.
    
    CallStack
       at Microsoft.AspNetCore.Components.E2ETests.ServerExecutionTests.BlockedWebSocketCompressionTests.EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails() in /home/vsts/work/1/s/src/Components/test/E2ETest/ServerExecutionTests/WebSocketCompressionTests.cs:line 107
       at InvokeStub_BlockedWebSocketCompressionTests.EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.AspNetCore.Components.E2ETests.ServerExecutionTests.NoneAncestorWebSocketCompressionTests.EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails [Details] [36.08% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Matches() Failure:
    Regex: security - Refused to frame 'http://\d+\.\d+\.\d+\.\d+:\d+/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".
    Value: security - Framing 'http://127.0.0.1:40355/' violates the following Content Security Policy directive: "frame-ancestors 'none'". The request has been blocked.
    
    CallStack
       at Microsoft.AspNetCore.Components.E2ETests.ServerExecutionTests.BlockedWebSocketCompressionTests.EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails() in /home/vsts/work/1/s/src/Components/test/E2ETest/ServerExecutionTests/WebSocketCompressionTests.cs:line 107
       at InvokeStub_BlockedWebSocketCompressionTests.EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No