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
Currently, the Connection input field is just a regular editable text control. It doesn't provide the ability to select available connections rather than entering them manually.
We need to replace it with an editable combo box with known values.
Implementation status
Per-project configuration sources
appsettings*.json files located in a startup project folder
User secrets file of a startup project
Data sources from Database plugin (Reported in #146)
SQLite
Postgres
MS SQL
MySQL
Oracle
Other
"Got it" notification for users to notice the feature (near Connection field)
Visual representation
The text was updated successfully, but these errors were encountered:
Currently, the Connection input field is just a regular editable text control. It doesn't provide the ability to select available connections rather than entering them manually.
We need to replace it with an editable combo box with known values.
Implementation status
Per-project configuration sources
appsettings*.json
files located in a startup project folderData sources from Database plugin (Reported in #146)
Other
Visual representation
The text was updated successfully, but these errors were encountered: