Closed
Description
Based on the comments:
- Fix how
System.Linq.Expressions.dll
is supported on iOS-like platforms #87924 (comment) - Fix how
System.Linq.Expressions.dll
is supported on iOS-like platforms #87924 (comment)
Private feature switches:
CanCompileToIL
andCanCreateArbitraryDelegates
are not needed anymore as they got replaced by IsDynamicCodeSupported
Additionally:
CanEmitObjectArrayDelegate
should be set in RuntimeHostConfigurationOption
by build integration targets, instead of explicitly passing the switch to ILC, so other tools (ILLink) can also understand the desired trimming configuration.