Scaffold DBContext - cannot choose Tables (or Schemas) #169
Replies: 1 comment
-
Hi @LouisMilesRH, this is currently not working as you expect. In the tables above you should manually enter your table and schema names according to the database. But exploring the database to get out defined tables & schemas is a nice feature request, I will convert this to a suggestion, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Really like the Scaffold DBContext option however it doesn’t seem to pick up any Tables from my database which is odd… I added the NuGet package EntityFrameworkCore.SqlServer (which then appeared as a Provider) and added a connection string to appsettings.json (which then appeared in connection) and when I run the code it correctly generates all my tables. However when I go to the "Tables" tab within Rider and untick the "Scaffold all tables" option – it does not find any of these tables to toggle on and off (the same is true for Schemas).
It is worth noting that I did have to add "TrustServerCertificate=True" to my connection string (unsure if this could be related) as it is a dev server and does not have an SSL cert on it.
Have I done something wrong or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions