NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 253 forks source link

NuGet UI in Visual Studio should offer multiple choice options in consolidate tab #7318

Open bondarenkod opened 6 years ago

bondarenkod commented 6 years ago

The Consolidate Tab experience in the PMC (Package Manager Console) is inconvenient and requeues tons of time and attention from me because I have to upgrade packages in my solutions from time to time. All those operations can be done only manually - I have to wait until the Consolidate Tab updates it's information about packages in the solution, the I have to select any single package which I want to update then, press the "update" button and wait for a long time, then I have to repeat this for all listed packages in the tab - 72 times now, and it's only for this solution. Unfortunately, I can't updated all packages to the latest versions because some of those packages aren't compatible with PCL projects.

consolidate tab

I think all items in the Consolidate Tab should have [ ] check boxes to allow multi select them, as it is now in the Updates tab: consolidate tab

Also I tried this possible solution described here, but I got the next error: consolidate tab

Details about Problem

NuGet product used: VS UI and Package Manager Console

Package Manager Console version: 4.6.0 NuGet version: 4.7.1 (installed in system32, if needed) VS version: 15.8.4 OS version: win10, 17134.286 Worked before?: no

Detailed repro steps so we can see the same problem

Create any solution in the VS that contains more than 1 project that have references between, install 1+ packages in those project but with different versions. Open the Consolidate page from "Manage NuGet packages for Solution" and try to update them at one time. ...

Other suggested things

Verbose Logs

no

Sample Project

https://github.com/bondarenkod/NuGet-UI-in-Visual-Studio-should-offer-multiple-choise-options-in-consolidate-tab the root project has outdated packages.

jainaashish commented 6 years ago

@anangaur since he's working on consolidating the NuGet UI in general.

SquGus commented 5 years ago

Please make this a feature, we are constantly trapped in update/consolidate hell 😢

anangaur commented 5 years ago

There is another feature where we are attempting to make the management of package version a central phenomenon i.e either at a Solution or a repository level. Though not scheduled to be implemented immediately but something we would like to start on, soon. Do review the spec and provide your feedback: https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions

marcodafonseca commented 1 year ago

bump