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

Convert metadata extension methods to default interface implementations. #19213

Closed
4 tasks done
AndriySvyryd opened this issue Dec 6, 2019 · 0 comments · Fixed by #24205
Closed
4 tasks done

Convert metadata extension methods to default interface implementations. #19213

AndriySvyryd opened this issue Dec 6, 2019 · 0 comments · Fixed by #24205
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

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Dec 6, 2019

This allows more efficient implementations of these methods and is required for other IModel implementations: #1906 and #8258.

  • Convert IModel extension methods
  • Convert IRelationalModel extension methods
  • Add IReadOnly interfaces for non-runtime Metadata.
  • Move ConstructorBinding to IEntityType.

For more context see #5074

@ajcvickers ajcvickers added this to the Backlog milestone Dec 9, 2019
@ajcvickers ajcvickers modified the milestones: Backlog, 6.0.0 Nov 2, 2020
@ajcvickers ajcvickers removed their assignment Nov 2, 2020
ghost pushed a commit that referenced this issue Feb 1, 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 12, 2021
…he interfaces (#24131)

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 19, 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 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 AndriySvyryd removed their assignment 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
@ajcvickers ajcvickers modified the milestones: 6.0.0, 6.0.0-preview3 Mar 5, 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 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