Skip to content

Don't use reflection at runtime #24903

@AndriySvyryd

Description

@AndriySvyryd

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions