EF Core Power Tools generate models in a different project

579 Views Asked by At

I'm working with a gigantic database and have my Entities in a project of its own, separate from the DB Project. EF Core Power Tools gives the option of naming the place where your models will be added to once generated, is there any way that it could generate models in another project?

Answer: This is as simple as adding ../[project_name]/[folder_name] to the text box that asks where you want the models to be generated

0

There are 0 best solutions below