-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add Generic version of EntityTypeConfiguration Attribute #30072
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Should we extend |
@Marusyk Probably extend, unless that doesn't work very well. |
Is this one up for grabs? |
@joelmandell Yes. |
Useful feature for DDD when parent class is generic Entity or AggregateEntity |
In order to add generic constraint as the below should we move IEntityTypeConfiguration from EFCore to the abstraction project ,
|
@OsamaAbuSitta We will discuss. The problem is that |
@ajcvickers , In that case, should I proceed with submitting the pull request? for this changes commit |
@OsamaAbuSitta We discussed this and we think its reasonable to put the generic version in the Also, leave the existing non-generic class where it is. |
Add generic arguments support for EntityTypeConfiguration attribute
From
To
The text was updated successfully, but these errors were encountered: