NuGet Product Used
Visual Studio Package Management UI
Product Version
VS Main\11128.256 + NuGet Client Dev\7.1.0.43
Worked before?
It is a regression since it doesn't reproes on 17.14.17 with NuGet 6.14.1.1 (Unified Settings was not invloved).
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Notes:
- The repro rate is 100%.
Repro Steps:
1.Create a C# Console App (.NET 10.0) in VS.
2.Right-Click the project in the Solution Explorer window and select ‘Manage NuGet Packages…’.
3.Select the source “nuget.org” in the “Package source:” drop-down list and go to “Browse” tab.
4.Install several packages into the project and click the menu ‘Tools -> Options->NuGet Package Manager->General’.
5.Click the ‘Clear NuGet local resources’ button and click the ‘Yes’ button on the prompt dialog.
Expected Result:
The string ‘NuGet local resources’ before clearing should be consistent with the sting after clearing.
Actual Result:
It is called ‘NuGet local resources’ before clearing but it is called ‘NuGet storage’ after clearing.
Verbose Logs