Skip to content

enable async in Libraries

4c67325
Select commit
Loading
Failed to load commit list.
Draft

[RuntimeAsync] Enable runtime async in Libraries partition #119432

enable async in Libraries
4c67325
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 18, 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

runtime / Build / linux_musl-x64 Debug CoreCLR_Libraries / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Common/tests/TestUtilities/System/RetryHelper.cs(94,27): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)
    ❌src/libraries/Common/tests/TestUtilities/System/RetryHelper.cs(106,23): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)
    ❌src/libraries/Common/tests/TestUtilities/System/IO/StreamExtensions.cs(15,38): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)

runtime / Build / linux-x64 Debug CoreCLR_Libraries / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Common/tests/TestUtilities/System/IO/StreamExtensions.cs(15,38): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)
    ❌src/libraries/Common/tests/TestUtilities/System/RetryHelper.cs(94,27): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)
    ❌src/libraries/Common/tests/TestUtilities/System/RetryHelper.cs(106,23): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)

runtime / Build / osx-arm64 Debug CoreCLR_Libraries / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Common/tests/TestUtilities/System/AssertExtensions.cs(156,33): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)
    ❌src/libraries/Common/tests/TestUtilities/System/IO/StreamExtensions.cs(15,38): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)
    ❌src/libraries/Common/tests/TestUtilities/System/AssertExtensions.cs(288,52): error SYSLIB5007: 'System.Runtime.CompilerServices.AsyncHelpers' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5007)

13 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime] [runtime-dev-innerloop]

Test Failures (4 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No