When running nuget.exe update -self, nuget.exe calls the FindPackagesById() method, which returns all versions of the NuGet.CommandLine, and then checks if there is a newer version than the current version. This is not efficient.
A better way is to call the GetUpdates() method directly.
Comments: Fixed by commit 15860a0b78797ab52aa3f5086ae7e66656f1c61c
A better way is to call the GetUpdates() method directly.
Comments: Fixed by commit 15860a0b78797ab52aa3f5086ae7e66656f1c61c