Clearing Local NuGet Cache
Why would you need to clear your local NuGet cache? Recently I realized that my local NuGet cache was just over 7GB. Yes, gigabytes. I know it's cliche to mention anything about node_modules, but I accidentally deleted it. All 500mb of it. To be fair, my local NuGet cache is 7GB. — Derek Comartin (@codeopinion) October 4, 2018 Local NuGet Cache You may not even realize that NuGet stores copies of NuGet packages on your machine. There are a couple of places they are stored. If you have the latest .NET Core SDK, you can run: dotnet nuget locals all… Read More »Clearing Local NuGet Cache