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
NuGet will happily tell you that something has been uninstalled, even
if it didn't actually remove the nupkg from the folder. At the very
least we need an additional check to ensure the nupkg file is removed
in case NuGet has an issue removing the file.
Without this change the package may still be considered installed and
cause bad side effects when doing things like `cup all` or trying to
reinstall the package. This also resolves the requirement for cases
like this in using `--force` to remove the package.
* stable:
(GH-212) Do not strip switch char from uninstall args
(maint) Use installshield installer when installshield
(GH-255) Uninstaller should not depend on InstallLocation
(GH-255) Add updateProcessPath to CommandExecutor
(maint) formatting
(GH-254) Ensure nupkg is removed on uninstall
(doc) update help menus
NuGet will happily tell you that something uninstalled successfully, even if it didn't.
So we get reports that after uninstalling, it is still reported to be installed. Using force will actually clean it up though.
The text was updated successfully, but these errors were encountered: