Skip to content

Remove 2 more casting helper method frames

349f789
Select commit
Loading
Failed to load commit list.
Merged

Remove 2 more casting helper method frames #110064

Remove 2 more casting helper method frames
349f789
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 21, 2024 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

Build Failures

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,86): error SYSLIB1051: Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of parameter 'throwCastException'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,37): error SYSLIB1051: Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of the return value of method 'IsInstanceOf_NoCacheLookup'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(31,39): error CS0179: 'CastHelpers.IsInstanceOfAny_NoCacheLookup(void*, object)' cannot be extern and declare a body

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,86): error SYSLIB1051: Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of parameter 'throwCastException'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,37): error SYSLIB1051: Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of the return value of method 'IsInstanceOf_NoCacheLookup'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(31,39): error CS0179: 'CastHelpers.IsInstanceOfAny_NoCacheLookup(void*, object)' cannot be extern and declare a body

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,86): error SYSLIB1051: Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of parameter 'throwCastException'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,37): error SYSLIB1051: Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of the return value of method 'IsInstanceOf_NoCacheLookup'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
    ❌src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(31,39): error CS0179: 'CastHelpers.IsInstanceOfAny_NoCacheLookup(void*, object)' cannot be extern and declare a body

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

Was this helpful? Yes No