-
Notifications
You must be signed in to change notification settings - Fork 255
Add Clear Cache button to VS Package Manager options
Ankit Mishra edited this page Aug 19, 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.
The result will be displayed in a label below the Clear cache button along with the time stamp of completion of the operation. The screenshots below have been updated.
Check out the proposals in the accepted
& proposed
folders on the repository, and active PRs for proposals being discussed today.