Version 6.12 of the NuGet package manager introduced in Microsoft .NET 9 offers significant improvements in package restoration speed, but the new dependency resolution algorithm causes performance issues.
The new algorithm for NuGet 6.12 dramatically reduced package restoration times, with many cases experiencing restore times cut down to as little as 2 minutes.
Despite improvements, the new dependency resolver in NuGet v6.12 leads to problems like unnecessary package downloads and package conflicts, particularly with jQuery versions.
While the new resolver increases the speed of restoring packages, it creates situations where unused packages are downloaded, complicating the restore process and causing errors.
Collection
[
|
...
]