
NuGet Package Restore Speed Improvement with Windows Dev Drive
I was listening to Jeffrey Palermo’s AI DevOps Podcast and in one episode Chet Husk mentioned that one practical way to improve .NET build performance is to use Windows Dev Drive for development-heavy file operations. That immediately sounded interesting, especially because NuGet restore is kind of workload that does a lot of file system activity.
So I decided to test one small change: move the global NuGet package cache to …