Remove 2 more casting helper method frames #110064
Merged
Azure Pipelines / runtime
failed
Nov 22, 2024 in 1h 9m 52s
Build #20241122.59 failed
Details
- Failed: 0 (0.00%)
- Passed: 91,932 (97.52%)
- Other: 2,338 (2.48%)
- Total: 94,270
Annotations
azure-pipelines / runtime
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)
azure-pipelines / runtime
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
azure-pipelines / runtime
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)
azure-pipelines / runtime
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
Loading