-
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
Conventions should honor [MetadataType] #14544
Comments
Should it apply to model building? |
They did in EF6 |
Any update? Are there any workaround till it got implemented? |
@bergi9 This issue is in the Backlog milestone. This means that it is not planned for the next release (EF Core 5.0). We will re-assess the backlog following the this release and consider this item at that time. However, keep in mind that there are many other high priority features with which it will be competing for resources. The workaround is to configure the model using data annotations on the entity types themselves, or just the model building API in |
Annotations on models is not possible for me because my models are t4 generated with partial keyword. So I’m using the model building API till it get implemented. |
Note to implementer: The AttributeProvider class in EF6 took care of this (via AssociatedMetadataTypeTypeDescriptionProvider) |
Buddy classes are back!
The text was updated successfully, but these errors were encountered: