-
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
Convert metadata extension methods to default interface implementations. #19213
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
24 tasks
AndriySvyryd
added a commit
that referenced
this issue
Jan 29, 2021
AndriySvyryd
added a commit
that referenced
this issue
Jan 29, 2021
AndriySvyryd
added a commit
that referenced
this issue
Jan 29, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 1, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 1, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 1, 2021
ghost
pushed a commit
that referenced
this issue
Feb 1, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 3, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 3, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 3, 2021
Move OnModelFinalized invocation to ModelRuntimeInitializer Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 3, 2021
Move OnModelFinalized invocation to ModelRuntimeInitializer Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 5, 2021
Move OnModelFinalized invocation to ModelRuntimeInitializer Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 11, 2021
…he interfaces Introduce IInternalEntityType Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 18, 2021
Rename GetDiscriminatorProperty to FindDiscriminatorProperty Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 18, 2021
Rename GetDiscriminatorProperty to FindDiscriminatorProperty Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 18, 2021
Rename GetDiscriminatorProperty to FindDiscriminatorProperty Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 18, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 19, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 19, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 19, 2021
…hods to the interfaces Part of #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 20, 2021
Rename SingletonModelDependencies to RuntimeModelDependencies Rename GetEntityTypes(Type) to FindEntityTypes(Type) Rename FindPrincipals() to GetPrincipals() Remove IModelCreationDependencies Fixes #19213
AndriySvyryd
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Feb 20, 2021
AndriySvyryd
added a commit
that referenced
this issue
Feb 20, 2021
Rename SingletonModelDependencies to RuntimeModelDependencies Rename GetEntityTypes(Type) to FindEntityTypes(Type) Rename FindPrincipals() to GetPrincipals() Remove IModelCreationDependencies Fixes #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 20, 2021
Rename SingletonModelDependencies to RuntimeModelDependencies Rename GetEntityTypes(Type) to FindEntityTypes(Type) Rename FindPrincipals() to GetPrincipals() Remove IModelCreationDependencies Fixes #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 22, 2021
Rename SingletonModelDependencies to RuntimeModelDependencies Rename GetEntityTypes(Type) to FindEntityTypes(Type) Rename FindPrincipals() to GetPrincipals() Remove IModelCreationDependencies Fixes #19213
AndriySvyryd
added a commit
that referenced
this issue
Feb 23, 2021
Rename SingletonModelDependencies to RuntimeModelDependencies Rename GetEntityTypes(Type) to FindEntityTypes(Type) Rename FindPrincipals() to GetPrincipals() Remove IModelCreationDependencies Fixes #19213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
This allows more efficient implementations of these methods and is required for other
IModel
implementations: #1906 and #8258.IModel
extension methodsIRelationalModel
extension methodsIReadOnly
interfaces for non-runtime Metadata.IEntityType
.For more context see #5074
The text was updated successfully, but these errors were encountered: