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

More then one .efmodel in same Assembly? #85

Closed MyKeySoftMK closed 6 months ago

MyKeySoftMK commented 6 months ago

I have create a .efmodel in my DataAccess-Assembly. Now I want to add another .efmodel for a different Context. But when i start to create the Codegeneration, then the files are empty.

Should it be all Entities in ONE .efmodel? Or what is important that I can use different .efmodels in one "DataAccess"-Assembly?

In my prior EF6-Project a have manualy generate more then one Model/Context with different files

MyKeySoftMK commented 6 months ago

Every Context must be a seperatet Output-Directory