Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffold: Refactor Schemas/Tables view #172

Open
seclerp opened this issue Jun 28, 2023 Discussed in #169 · 0 comments
Open

Scaffold: Refactor Schemas/Tables view #172

seclerp opened this issue Jun 28, 2023 Discussed in #169 · 0 comments
Labels
enhancement New feature or request suggestion Unapproved suggestion
Milestone

Comments

@seclerp
Copy link
Member

seclerp commented Jun 28, 2023

Discussed in #169

Originally posted by LouisMilesRH May 31, 2023
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).

image

image

image

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?

@seclerp seclerp added enhancement New feature or request suggestion Unapproved suggestion labels Jun 28, 2023
@seclerp seclerp added this to the Backlog milestone Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion Unapproved suggestion
Projects
None yet
Development

No branches or pull requests

1 participant