alexwiese / EntityFrameworkCore.OpenEdge

Entity Framework Core provider for Progress OpenEdge
Apache License 2.0
28 stars 19 forks source link

Scaffold and Multi Database Connection #14

Open CarlosArmiliato opened 4 years ago

CarlosArmiliato commented 4 years ago

Hi Alex, I'm trying use your library to EF Core and Progress OpenEdge Multi Database Connection. MultiDb Connect it a tool of progress alow ODBC Connection to multiple databases ( https://knowledgebase.progress.com/articles/Article/P119452 )

I'm trying to scaffold db in this connections, but scaffold don't run. Only primary database are mapped.

I'm try clone your project and debug, but on scaffold i can't debug step by step. I'm remove NuGet reference and add a project reference, but even so step by step don't work. How you debug your library on scaffold?

I would like correct this and make a PR to your project.