loresoft / EntityFrameworkCore.Generator

Generate Entity Framework Core model from an existing database

Home Page:https://efg.loresoft.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to output files to "Models" folder?

doggy8088 opened this issue · comments

The output folder Data\ has been hard-coded. Is it possible output folder as an option?

I don't think any for the output folders are hard-code. You can config the output location for all the different types of generated files. For example, the output for the entities, you set the directory.

https://efg.loresoft.com/en/latest/ef/entity/#configuration

@pwelter34 I thought the output folder should be assigned in the command argument yesterday. Thanks for let me know. 👍