Skip to content
Catalin Pop edited this page Mar 11, 2018 · 2 revisions

Welcome to the Geco wiki!

Getting started with Geco and Visual Studio 2017:

  1. Download from Marketplace

    or -

    Directly from within Visual Studio add project dialog.

  2. To add Geco to your solution, Right click on Solution and Select Add->New Project geco - add project

  3. The suggestion is to use "Tools" for the project name geco - add project - 2

  4. Edit the appSettings.json and configure connection strings and the correct paths where the generated code will be placed (and other options as well) geco - change configurations

  5. You can run Geco under a debugger (or at build, see appSettings). geco - run with debug

  6. At the interactive menu enter 1 (Generate EF Core Model) and Press Enter, next Press y then Enter to 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 "".

geco - generate model

Clone this wiki locally