Settings: EF Core UI
File | Settings | Tools | EF Core UI for Windows and Linux
JetBrains Rider | Settings or Preferences | Tools | EF Core UI for macOS
CtrlAlt0S
note
Preferences configurable on this page are saved using the mechanism of directory-based settings.
On this settings page, you can configure preferences related to visual interface for EF Core commands.
Item | Description |
---|---|
Autofill general options | When this checkbox is selected, JetBrains Rider saves the options from previous invocations of EF Core commands and automatically fills most of the fields (excluding fields that may contain sensitive information) in the EF Core action dialogs. |
Autofill additional options | When this checkbox is selected, JetBrains Rider automatically fills connection strings and related options in the Entity Framework Core dialogs. Be careful when using this option. When connection strings are automatically filled, a wrong connection string might be accidentally used for non-local database modifications. |
Clear Stored Options | JetBrains Rider uses secure storage for autofill options. Use this button to clear the storage. |
Item | Description |
---|---|
Execute commands in terminal | When this checkbox is selected, JetBrains Rider opens a new terminal tab for each command executed from the Entity Framework Core dialogs. Otherwise, you will see the command progress in the status bar, and the results of the command will appear in a popup when the command is finished. |