JetBrains / rider-efcore

Entity Framework Core UI plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/18147-entity-framework-core-ui
MIT License
176 stars 15 forks source link

Additional Arguments: Configure permanent settings #205

Open GrapeJuice787 opened 10 months ago

GrapeJuice787 commented 10 months ago

Hello,

I have read the documentation and have been unable to find a feature that allows permanent configuration for additional arguments. I have resorted to running the EF Migrations via CLI for now. Does this plugin support permanent additional arguments for the EF migrations? If not, is this something that would be supported in the future?

Thank you!

seclerp commented 10 months ago

Hi @GrapeJuice787, thanks for the request. Do you mean parameters that will be saved across dialogs? If so, you need to check the "Autofill additional options" checkbox. After the next command execution through the UI, additional parameters will be available on further dialog usages.

In Rider 2023.2 version of the plugin this settings entry is called "Store sensitive data in a secure store"

image

GrapeJuice787 commented 10 months ago

Just tried again, I am running on Mac, and the Additional arguments: block does not retain prior used values. Upgraded Rider to version 2023.2.3

seclerp commented 10 months ago

Could you check this behavior in 2023.3 EAP?

GrapeJuice787 commented 10 months ago

2023.3 Does not appear to exist. When checking for updates on 2023.2.3 I receive the dialog which states, "You already have the latest version of JetBrains Rider and plugins installed."

seclerp commented 10 months ago

https://www.jetbrains.com/rider/nextversion/

seclerp commented 10 months ago

We have Early Access Preview (EAP) versions with cutting-edge features. The plugin will be bundled into rider starting with 2023.3, so new features and fixes are available there.