Skip to content

Formatting and cleanup

f072d09
Select commit
Loading
Failed to load commit list.
Closed

Rename AsyncMethodDesc to AsyncMethodVariant, add "AsyncVariant" flag to MethodWithToken and MethodWithGCInfo #121218

Formatting and cleanup
f072d09
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 30, 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\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs(124,25): error CS0246: The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs(125,27): error CS0246: The type or namespace name 'AsyncMethodThunk' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs(107,57): error CS0246: The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/JitInterface/UnboxingMethodDesc.cs(15,27): error CS0534: 'UnboxingMethodDesc' does not implement inherited abstract member 'MethodDelegator.AsyncMethodData.get'

dotnet-linker-tests / Build / linux-x64 release Runtime_Release / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs(124,25): error CS0246: The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs(125,27): error CS0246: The type or namespace name 'AsyncMethodThunk' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/coreclr/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs(107,57): error CS0246: The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)

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

Was this helpful? Yes No