-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Catalin Pop edited this page Mar 11, 2018
·
2 revisions
-
Download from Marketplace
or -
Directly from within Visual Studio add project dialog.
-
To add Geco to your solution, Right click on Solution and Select Add->New Project

-
The suggestion is to use "Tools" for the project name

-
Edit the
appSettings.jsonand configure connection strings and the correct paths where the generated code will be placed (and other options as well)
-
You can run Geco under a debugger (or at build, see appSettings).

-
At the interactive menu enter
1(Generate EF Core Model) and PressEnter, next PressythenEnterto confirm you want to delete!!! all the *.cs files in the folder and regenerate them (If you do not want this, set the CleanFilesPattern in appSettings.json from *.cs to empty string "".
