Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature switches to reduce app size #24901

Open
Tracked by #21894 ...
AndriySvyryd opened this issue May 13, 2021 · 0 comments
Open
Tracked by #21894 ...

Add feature switches to reduce app size #24901

AndriySvyryd opened this issue May 13, 2021 · 0 comments

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented May 13, 2021

We should define feature switches for model building, migrations, query (#29762) and other code that will not be used with a compiled model to allow the code to be trimmed.
These feature switches could be activated automatically when publishing to AOT as these features are implemented by pre-generated static code.

@AndriySvyryd AndriySvyryd added this to the Backlog milestone May 18, 2021
@AndriySvyryd AndriySvyryd changed the title Move DbContext and model building code to a separate assembly Add feature switches to reduce app size Jul 22, 2023
@roji roji mentioned this issue Feb 12, 2024
38 tasks
@AndriySvyryd AndriySvyryd modified the milestones: Backlog, 9.0.0 Jun 20, 2024
@maumar maumar modified the milestones: 9.0.0, Backlog Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants