-
Notifications
You must be signed in to change notification settings - Fork 266
Add Clear Cache button to VS Package Manager options
Ankit Mishra edited this page Aug 17, 2016
·
7 revisions
Allow users to clear NuGet cache from within Visual Studio
Package authors, consumers.
Button existed on previous version of NuGet.
Add a button to the VS Package Manager options which calls into the LocalsCommandRunner.cs from NuGet.Core.CommandLine.Commands.
The call is similar as nuget locals -clear all from nuget CLI or dotnet nuget locals --clear all from dotnet CLI.
The result is displayed on a popup/message box.
Check out the proposals in the accepted & proposed folders on the repository, and active PRs for proposals being discussed today.