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

Feature: Scaffolding context uses connections from the database tab #146

Open
patrickmilnes opened this issue Feb 26, 2023 · 1 comment
Open
Labels
suggestion Unapproved suggestion
Milestone

Comments

@patrickmilnes
Copy link

The way in which you input the required data for the connection is somewhat cumberson. I think it would be easier if it was a drop down that listed the connectsion from the db tab.

image

^ Db tab I am refering to.

Thanks
Pat

@seclerp seclerp added the suggestion Unapproved suggestion label Mar 1, 2023
@seclerp
Copy link
Member

seclerp commented Mar 3, 2023

Hi @patrickmilnes

We really like this UX improvement suggestion. It is possible to implement such autocompletion/dropdown, the main challenge with such an approach is that database connection from the Database tool window is not always convertible to the connection string format, used by EF Core.

This feature will likely be implemented only on well-known and most-used DBMS, where we could support such a mapping without issues.

We are also considering adding items from ConnectionStrings section of appsettings.json, appsettings.{env}.json, and user secrets.

@seclerp seclerp added this to the Backlog milestone Mar 3, 2023
seclerp added a commit that referenced this issue Mar 14, 2023
@seclerp seclerp modified the milestones: Backlog, Rider 2023.3 Jul 10, 2023
@seclerp seclerp modified the milestones: Rider 2023.3, Rider 2024.1 Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Unapproved suggestion
Projects
None yet
Development

No branches or pull requests

2 participants