You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have running an OpenEdge V12.1 database called stb. I have started VS2019, made 1 solution with some projects and I have done some Install-Package statements in the Nuget packagemanager, so far so good no problem.
I want to generate automatically the classes for my tables in database stb. I run the following in Package Manager console:
@geertsj the provider currently does not support EF Core 5.0.3
Sorry but I simply haven't had time to update it and moving from 2.x to 3.x there were some big changes that I need to address.
Feel free to submit a PR to update to 5.x but in the meantime you can only use EF Core 2.x
Clear! With the packages EntityFrameworkCore.OpenEdge 1.0.12-rc3 and Microsoft.EntityFrameworkCore.Design 2.1.14 it is succeeded to scaffold my Progess database to classes.
Hi,
I have running an OpenEdge V12.1 database called stb. I have started VS2019, made 1 solution with some projects and I have done some Install-Package statements in the Nuget packagemanager, so far so good no problem.
I want to generate automatically the classes for my tables in database stb. I run the following in Package Manager console:
Scaffold-DbContext "Driver=Progress OpenEdge 12.1 Driver;HOST=localhost;port=12000;UID=GEERTJ01;PWD=JG1312;DIL=1;Database=stb" EntityFrameworkCore.OpenEdge -OutputDir Models
The following output appears:
What is wrong here?
Do I have forgotten something?
The project .cproj file:
Thanks in advance.
Johan Geerts
Progress Developer Axians
The text was updated successfully, but these errors were encountered: