Remove 2 more casting helper method frames #110064
Merged
Azure Pipelines / runtime-dev-innerloop
failed
Nov 21, 2024 in 21m 24s
Build #20241121.33 failed
Annotations
azure-pipelines / runtime-dev-innerloop
.packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.24570.4/tools/SourceBuild/SourceBuildArcadeBuild.targets#L122
.packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.24570.4/tools/SourceBuild/SourceBuildArcadeBuild.targets(122,5): error MSB3073: The command "./build.sh --arch x64 --configuration Release --allconfigurations --verbosity minimal --nodereuse false --warnAsError false --outputrid linux-x64 /p:AdditionalRuntimeIdentifierParent= /p:BaseOS= /p:DotNetBuildRepo=true /p:ContinuousIntegrationBuild=true /p:GitHubRepositoryName=runtime --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true /p:DotNetBuildInnerRepo=true /p:DotNetBuildSourceOnly=true /p:RepoRoot="/__w/1/s/artifacts/sb/src/" /p:ArtifactsDir="/__w/1/s/artifacts/sb/src/artifacts/" /bl:"/__w/1/s/artifacts/sb/src/artifacts/log/Release/source-inner-build.binlog" /p:ContinuousIntegrationBuild=true /p:SourceBuildOutputDir="/__w/1/s/artifacts/sb/" /p:FullAssemblySigningSupported=false /p:DotNetPublishUsingPipelines=true /p:GitHubRepositoryName=runtime" exited with code 1.
Check failure on line 782 in Build log
azure-pipelines / runtime-dev-innerloop
Build log #L782
Bash exited with code '1'.
azure-pipelines / runtime-dev-innerloop
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)
azure-pipelines / runtime-dev-innerloop
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)
Loading