You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Based on the comments:
System.Linq.Expressions.dll
is supported on iOS-like platforms #87924 (comment)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.The text was updated successfully, but these errors were encountered: