-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
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
This was referenced May 27, 2017
This was referenced Sep 19, 2017
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. |
24 tasks
4 tasks
Triage: just do the API naming part. |
AndriySvyryd
added a commit
that referenced
this issue
Feb 13, 2020
AndriySvyryd
added a commit
that referenced
this issue
Feb 13, 2020
AndriySvyryd
added a commit
that referenced
this issue
Mar 10, 2021
AndriySvyryd
added a commit
that referenced
this issue
Mar 11, 2021
AndriySvyryd
added a commit
that referenced
this issue
Mar 11, 2021
AndriySvyryd
added a commit
that referenced
this issue
Mar 16, 2021
AndriySvyryd
added a commit
that referenced
this issue
Mar 16, 2021
AndriySvyryd
added a commit
that referenced
this issue
Mar 16, 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
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
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
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
This
IModel
will be built after the model is validated and will not have theConfigurationSource
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
The text was updated successfully, but these errors were encountered: