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.
Azure Pipelines / runtime-dev-innerloop failed Nov 7, 2025 in 45m 4s

Build #20251107.58 failed

Annotations

Check failure on line 610 in resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e#L610

resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e(610,8): error IL2009: (NETCORE_ENGINEERING_TELEMETRY=Build) System.Private.CoreLib: Could not find method 'AsyncCallContinuation' on type 'System.StubHelpers.StubHelpers'.

Check failure on line 611 in resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e#L611

resource ILLink.Descriptors.xml in System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e(611,8): error IL2009: (NETCORE_ENGINEERING_TELEMETRY=Build) System.Private.CoreLib: Could not find method 'AsyncCallContinuation' on type 'System.StubHelpers.StubHelpers'.

Check failure on line 242 in src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs#L242

src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs(242,25): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Continuation' could not be found (are you missing a using directive or an assembly reference?)