msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
119 stars 21 forks source link

Support per-entity inheritance structures in EF7 #53

Closed MelGrubb closed 6 months ago

MelGrubb commented 1 year ago

Looking at EF7 docs (https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew#configuring-tpc-inheritance) it appears that hierarchy types can be set on a per-entity basis, which would allow for greater flexibility in deciding which entities are shaped in which ways. Currently, the designer sets a single hierarchy type for the whole diagram.

The designer should probably reflect this and allow setting inheritance type on a per-entity basis.

msawczyn commented 6 months ago

Released in v4.2.6