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.
Azure Pipelines / runtime (Build coreclr Common Pri0 Test Build AnyOS AnyCPU checked) failed Nov 21, 2024 in 10m 38s

Build coreclr Common Pri0 Test Build AnyOS AnyCPU checked failed

Annotations

Check failure on line 28 in src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build coreclr Common Pri0 Test Build AnyOS AnyCPU checked)

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs#L28

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,86): error SYSLIB1051: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 28 in src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build coreclr Common Pri0 Test Build AnyOS AnyCPU checked)

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs#L28

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,37): error SYSLIB1051: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 31 in src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build coreclr Common Pri0 Test Build AnyOS AnyCPU checked)

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs#L31

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(31,39): error CS0179: (NETCORE_ENGINEERING_TELEMETRY=Build) 'CastHelpers.IsInstanceOfAny_NoCacheLookup(void*, object)' cannot be extern and declare a body

Check failure on line 42 in src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build coreclr Common Pri0 Test Build AnyOS AnyCPU checked)

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs#L42

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(42,38): error CS0179: (NETCORE_ENGINEERING_TELEMETRY=Build) 'CastHelpers.ChkCastAny_NoCacheLookup(void*, object)' cannot be extern and declare a body