Skip to content

[release/10.0] Source code updates from dotnet/dotnet#129988

Open
dotnet-maestro[bot] wants to merge 2 commits into
release/10.0from
darc-release/10.0-fc8a6f83-9f76-4387-bacc-24e6a6fce946
Open

[release/10.0] Source code updates from dotnet/dotnet#129988
dotnet-maestro[bot] wants to merge 2 commits into
release/10.0from
darc-release/10.0-fc8a6f83-9f76-4387-bacc-24e6a6fce946

Update dependencies from build 320819

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

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Infrastructure Errors

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    DataContractSerializerTests.DCS_MyPersonSurrogate_Stress [Console] [Details] [Artifacts] [0.01% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: Person[Name=name,Age=30]
    Actual:   Person[Name=name,Age=30]
    CallStack
       at DataContractSerializerTests.DCS_MyPersonSurrogate_Stress() in /_/src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializerStressTests.cs:line 61
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No