Skip to content

Fix nested readonly collection ctor parameters - #131932

Draft
rosebyte wants to merge 2 commits into
dotnet:mainfrom
rosebyte:rosebyte-fix-nested-readonly-collection-ctor-para
Draft

Fix nested readonly collection ctor parameters#131932
rosebyte wants to merge 2 commits into
dotnet:mainfrom
rosebyte:rosebyte-fix-nested-readonly-collection-ctor-para

Fix binding a nested value type whose sole member is a read-only coll…

010e0ae
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 6, 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 test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Net.Quic.Tests.QuicStreamConformanceTests.ZeroByteRead_BlocksUntilDataAvailableOrNops [Console] [Details] [Artifacts] [0.02% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Data Driven SubResults
      System.Net.Quic.Tests.QuicStreamConformanceTests.ZeroByteRead_BlocksUntilDataAvailableOrNops(mode: AsyncMemory)
      Exception Message
      Assert.False() Failure\nExpected: False\nActual:   True
      Stack Trace
      at System.IO.Tests.ConnectedStreamConformanceTests.ZeroByteRead_BlocksUntilDataAvailableOrNops(ReadWriteMode mode) in /_/src/libraries/Common/tests/StreamConformanceTests/System/IO/StreamConformanceTests.cs:line 2330
      --- End of stack trace from previous location ---

Was this helpful? Yes No