After working with Studio for a while in the same computer, a lot versions are used for different libraries.
This generates a lot of files in the users .nuget\packages
folder, which ends up consuming a lot of (most of the time unnecessary) space.
Cleaning up this folder can be done manually, but I think it would be better to have some kind of uninstall package version functionality.
This utility could be part of the Package Manager, where there’s a tab that shows all your downloaded/installed library versions and lets you choose which one to uninstall.
When choosing to uninstall a library version, it could also prompt you the option to choose to uninstall it’s dependencies, but this could introduce a lot of problems if not done carefully.