Skip to content

Emit IL for AsyncResumptionStub#121456

Merged
jtschuster merged 18 commits into
dotnet:mainfrom
jtschuster:ImplAsyncResumptionStub
Nov 18, 2025
Merged

Emit IL for AsyncResumptionStub#121456
jtschuster merged 18 commits into
dotnet:mainfrom
jtschuster:ImplAsyncResumptionStub

Move StubHelpers.AsyncCallContinuation to AsyncHelpers, fix partial i…

c18bc5d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 7, 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.

🕒 The following pipeline(s) will be analyzed once they finish

Build Failures

runtime-dev-innerloop / Build / windows-x86 release MSBuild_CMake / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs(242,25): error CS0246: The type or namespace name 'Continuation' could not be found (are you missing a using directive or an assembly reference?)

runtime-dev-innerloop / Build / linux-x64 debug Libraries_WithPackages / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e(611,8): error IL2009: System.Private.CoreLib: Could not find method 'AsyncCallContinuation' on type 'System.StubHelpers.StubHelpers'.

runtime-dev-innerloop / Build / Source-Build (Linux_x64) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e(610,8): error IL2009: System.Private.CoreLib: Could not find method 'AsyncCallContinuation' on type 'System.StubHelpers.StubHelpers'.

Was this helpful? Yes No