-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot uninstall packages with uppercase package IDs on Mono #2409
Comments
After some poking around, it does look like this is caused by an issue within nuget core. I don't think this is worth trying to fix in the current version of nuget core, as it might be a huge amount of work depending on what is going on, and this only affects uninstalls. I will revisit this after nuget core is upgraded; #508 As a workaround to this issue, remove the |
This adds integration tests to ensure that packages that have IDs with uppercase character(s) can be installed, upgraded, listed, and uninstalled.
This adds integration tests to ensure that packages that have IDs with uppercase character(s) can be installed, upgraded, listed, and uninstalled.
This adds integration tests to ensure that packages that have IDs with uppercase character(s) can be installed, upgraded, listed, and uninstalled.
This adds integration tests to ensure that packages that have IDs with uppercase character(s) can be installed, upgraded, listed, and uninstalled.
What You Are Seeing?
When running on Mono on Linux (Mac probably also affected), choco fails to uninstall packages with package IDs that contain uppercase characters.
What is Expected?
Choco is able to uninstall all packages.
How Did You Get This To Happen? (Steps to Reproduce)
On a system with docker with linux containers:
I'm thinking that
packageManager.LocalRepository.FindPackage
is the issue, could be wrong though.Output Log
Full Log Output with uninstall wget
Full Log Output with uninstall Wget (Capitalized)
The text was updated successfully, but these errors were encountered: