Don't use reflection at runtime #24903
Labels
area-aot
area-global
area-perf
composite-issue
A grouping of multiple related issues into one issue
type-enhancement
Milestone
This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on, but consider also voting for individual issues for things you consider especially important.
The code that currently uses reflection and expression compilation at runtime can be precompiled:
This would allow to remove all reflection data from the compiled model (e.g.
IReadOnlyTypeBase.ClrType
,IReadOnlyPropertyBase.PropertyInfo
) and significantly improve AOT experience.The text was updated successfully, but these errors were encountered: