-
Couldn't load subscription status.
- Fork 264
Closed
NuGet/NuGet.Client
#5389Labels
Category:Quality WeekIssues that should be considered for quality weekIssues that should be considered for quality weekFunctionality:RestorePriority:2Issues for the current backlog.Issues for the current backlog.Product:NuGet.exeNuGet.exeNuGet.exeProduct:dotnet.exeType:DCRDesign Change RequestDesign Change Request
Milestone
Description
Across all the tooling, dotnet.exe/nuget.exe/msbuild.exe, we have a --no-cache, -NoCache, RestoreNoCache switch to turn off our http cache caching, which includes a few things:
- Caching the resources (thing caching repository signatures, servide index)
- Caching the versions list
- Caching the nupkgs
This whole experience is rather confusing. A lot of .NET Customers think of the global packages folder as a cache and they expect RestoreNoCache to exclude the global packages folder. In reality this is a nuget http cache and should be clearly indicated as such.
Related to #3116.
cc @aortiz-msft @NuGet/nuget-client
Denis535
Metadata
Metadata
Assignees
Labels
Category:Quality WeekIssues that should be considered for quality weekIssues that should be considered for quality weekFunctionality:RestorePriority:2Issues for the current backlog.Issues for the current backlog.Product:NuGet.exeNuGet.exeNuGet.exeProduct:dotnet.exeType:DCRDesign Change RequestDesign Change Request