Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NativeAOT] Refactor System.Linq.Expressions feature switches #89308

Merged
merged 1 commit into from
Jul 25, 2023

Refactor Linq feature switches

1dd3bbb
Select commit
Loading
Failed to load commit list.
Merged

[NativeAOT] Refactor System.Linq.Expressions feature switches #89308

Refactor Linq feature switches
1dd3bbb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-extra-platforms (Build maccatalyst-arm64 Release AllSubsets_Mono) failed Jul 25, 2023 in 35m 14s

Build maccatalyst-arm64 Release AllSubsets_Mono failed

Annotations

Check failure on line 101 in src/mono/msbuild/apple/build/AppleBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms (Build maccatalyst-arm64 Release AllSubsets_Mono)

src/mono/msbuild/apple/build/AppleBuild.targets#L101

src/mono/msbuild/apple/build/AppleBuild.targets(101,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Build) The "MarshalingPInvokeScanner" task failed unexpectedly.
System.InvalidOperationException: PE image does not have metadata.
   at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
   at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
   at MonoTargetsTasks.MarshalingPInvokeScanner.IsAssemblyIncompatible(String assyPath, MinimalMarshalingTypeCompatibilityProvider mmtcp) in /_/src/tasks/MonoTargetsTasks/MarshalingPInvokeScanner/MarshalingPInvokeScanner.cs:line 109
   at MonoTargetsTasks.MarshalingPInvokeScanner.ScanAssemblies(String[] assemblies) in /_/src/tasks/MonoTargetsTasks/MarshalingPInvokeScanner/MarshalingPInvokeScanner.cs:line 60
   at MonoTargetsTasks.MarshalingPInvokeScanner.ExecuteInternal() in /_/src/tasks/MonoTargetsTasks/MarshalingPInvokeScanner/MarshalingPInvokeScanner.cs:line 51
   at MonoTargetsTasks.MarshalingPInvokeScanner.Execute() in /_/src/tasks/MonoTargetsTasks/MarshalingPInvokeScanner/MarshalingPInvokeScanner.cs:line 39
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)