Skip to content

Resolve dllimport.cpp runtimeasync todos - #122466

Merged
jkoritzinsky merged 9 commits into
dotnet:mainfrom
jkoritzinsky:runtime-async-dllimport
Dec 27, 2025
Merged

Resolve dllimport.cpp runtimeasync todos#122466
jkoritzinsky merged 9 commits into
dotnet:mainfrom
jkoritzinsky:runtime-async-dllimport

Update ILC/R2R to understand the rules around pinvokes and UCO.

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

Known Repository Errors

Build Failures

runtime / Build / linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/TypeSystem/Interop/UnmanagedCallingConventions.cs(135,20): error CS0165: Use of unassigned local variable 'result'

runtime / Build / linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/TypeSystem/Interop/UnmanagedCallingConventions.cs(135,20): error CS0165: Use of unassigned local variable 'result'

runtime / Build / linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/TypeSystem/Interop/UnmanagedCallingConventions.cs(135,20): error CS0165: Use of unassigned local variable 'result'

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

Was this helpful? Yes No