EntityFrameworkCore.OpenEdge icon indicating copy to clipboard operation
EntityFrameworkCore.OpenEdge copied to clipboard

Scaffold and Multi Database Connection

Open CarlosArmiliato opened this issue 4 years ago • 0 comments

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.

CarlosArmiliato avatar Dec 09 '19 17:12 CarlosArmiliato