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
(#2410) Warn on unbalanced quotes in package arguments for upgrades
Add detection of unbalanced single or double quotes in package arguments
during install, upgrade, and uninstall commands. Emit warnings to alert
users that failures may be related to these potentially problematic
arguments. For upgrades and uninstalls, include troubleshooting advice
to run `choco info` with local-only flag.
Add a test verifying upgrade behavior when package parameters contain
single quotes and remembered arguments are enabled, ensuring warnings
and diagnostic messages appear as expected.
NOTE: Install and uninstall warnings and diagnostics are for future
implementations, and will not be shown during normal execution today.
0 commit comments