Skip to content

[NativeAOT] Refactor System.Linq.Expressions private feature switches #89171

Closed
@ivanpovazan

Description

@ivanpovazan

Based on the comments:

Private feature switches:

  • CanCompileToIL and
  • CanCreateArbitraryDelegates

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions