Skip to content

set DOTNET_JitOptimizeAwait=0

697401d
Select commit
Loading
Failed to load commit list.
Draft

[TestOnly] Enable runtime async in Libraries partition + disable #122955

set DOTNET_JitOptimizeAwait=0
697401d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 7, 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

Build Failures

dotnet-linker-tests / Build / linux-x64 release Runtime_Release / Run Trimming Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts/bin/trimmingTests/projects/System.ComponentModel.TypeConverter.TrimmingTests/ComObjectTypeTest/linux-x64/ComObjectTypeTest.cs(13,16): error CA2252: 'Main' returns the preview type 'Int32' and therefore needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)
    ❌artifacts/bin/trimmingTests/projects/System.ComponentModel.TypeConverter.TrimmingTests/ComObjectTypeTest/linux-x64/ComObjectTypeTest.cs(11,7): error CA2252: 'Program' derives from preview class 'Object' and therefore needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)
    ❌artifacts/bin/trimmingTests/projects/System.ComponentModel.TypeConverter.TrimmingTests/ComObjectTypeTest/linux-x64/ComObjectTypeTest.cs(13,30): error CA2252: 'Main' takes in a preview parameter of type 'String' and needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)

dotnet-linker-tests / Build / osx-x64 release Runtime_Release / Run Trimming Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts/bin/trimmingTests/projects/System.ComponentModel.TypeConverter.TrimmingTests/ComObjectTypeTest/osx-x64/ComObjectTypeTest.cs(13,16): error CA2252: 'Main' returns the preview type 'Int32' and therefore needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)
    ❌artifacts/bin/trimmingTests/projects/System.ComponentModel.TypeConverter.TrimmingTests/ComObjectTypeTest/osx-x64/ComObjectTypeTest.cs(11,7): error CA2252: 'Program' derives from preview class 'Object' and therefore needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)
    ❌artifacts/bin/trimmingTests/projects/System.ComponentModel.TypeConverter.TrimmingTests/ComObjectTypeTest/osx-x64/ComObjectTypeTest.cs(13,30): error CA2252: 'Main' takes in a preview parameter of type 'String' and needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)

dotnet-linker-tests / Build / windows-x64 release Runtime_Release / Run Trimming Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts\bin\trimmingTests\projects\System.ComponentModel.TypeConverter.TrimmingTests\ComObjectTypeTest\win-x64\ComObjectTypeTest.cs(11,7): error CA2252: 'Program' derives from preview class 'Object' and therefore needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)
    ❌artifacts\bin\trimmingTests\projects\System.ComponentModel.TypeConverter.TrimmingTests\ComObjectTypeTest\win-x64\ComObjectTypeTest.cs(13,16): error CA2252: 'Main' returns the preview type 'Int32' and therefore needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)
    ❌artifacts\bin\trimmingTests\projects\System.ComponentModel.TypeConverter.TrimmingTests\ComObjectTypeTest\win-x64\ComObjectTypeTest.cs(13,30): error CA2252: 'Main' takes in a preview parameter of type 'String' and needs to opt into preview features. See https://aka.ms/dotnet-warnings/preview-features for more information. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252)

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

Known test errors

Test Failures (12 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No