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
useRememberedArgumentsForUpgrades feature doesn't work when upgrading packages via the Lets.GetChocolatey() entry point (such as with Chocolatey GUI)Β #2886
As I mentioned on Discord, whenever I upgrade a package with Chocolatey GUI (e.g. VirtualBox, ImageMagick), the --params argument doesn't get remembered. I was requested to create an issue here.
What is Expected?
Parameters should be remembered.
How Did You Get This To Happen? (Steps to Reproduce)
The only parameter shown in GUI was --cache-location
So I guess your 1.2.0 fix, that was mentioned on Discord, worked for choco itself but not for GUI for some reason? What does the GUI do when upgrading? I thought it would just run the choco command.
System Details
OS Build (In PowerShell run [System.Environment]::OSVersion.version.tostring()): 10.0.19045.0
Windows PowerShell version (Run: $PSVersionTable): 5.1.19041.1682