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

Create a read-optimized implementation of IModel #8258

Closed
AndriySvyryd opened this issue Apr 21, 2017 · 2 comments · Fixed by #24430
Closed

Create a read-optimized implementation of IModel #8258

AndriySvyryd opened this issue Apr 21, 2017 · 2 comments · Fixed by #24430
Labels
area-model-building area-perf closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Apr 21, 2017

This IModel will be built after the model is validated and will not have the ConfigurationSource or other data used only during model building.

This model will be built by IModelRuntimeInitializer and stored in a runtime annotation in case the original model is reused.

To provide the optimized implementations default interface implementations are to be used, see #19213

@ajcvickers
Copy link
Member

Plan for 3.0 is to make the API changes anyway. That is, the underlying model may not yet actually be different than it is now.

@ajcvickers
Copy link
Member

Triage: just do the API naming part.

@AndriySvyryd AndriySvyryd removed this from the 3.0.0 milestone Feb 7, 2019
AndriySvyryd added a commit that referenced this issue Feb 13, 2020
Use the new model in migrations and update pipeline

Part of #12846, #2725, #8258, #15671, #17270
AndriySvyryd added a commit that referenced this issue Feb 13, 2020
Use the new model in migrations and update pipeline

Part of #12846, #2725, #8258, #15671, #17270
@AndriySvyryd AndriySvyryd modified the milestones: Backlog, 6.0.0 Feb 23, 2021
AndriySvyryd added a commit that referenced this issue Mar 18, 2021
Allow the design-time model to be accessed when necessary

Fixes #8258
@AndriySvyryd AndriySvyryd added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Mar 18, 2021
@AndriySvyryd AndriySvyryd removed their assignment Mar 18, 2021
AndriySvyryd added a commit that referenced this issue Mar 22, 2021
Allow the design-time model to be accessed when necessary

Fixes #8258
AndriySvyryd added a commit that referenced this issue Mar 23, 2021
Allow the design-time model to be accessed when necessary

Fixes #8258
AndriySvyryd added a commit that referenced this issue Mar 23, 2021
Allow the design-time model to be accessed when necessary

Fixes #8258
@ajcvickers ajcvickers modified the milestones: 6.0.0, 6.0.0-preview3 Mar 25, 2021
@ajcvickers ajcvickers modified the milestones: 6.0.0-preview3, 6.0.0 Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-model-building area-perf closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants