Posts by this author

Nov 27, 2024
Post comments count1
Post likes count10

Dramatically faster package restores with .NET 9’s new NuGet resolver

.NET 9 introduces a new NuGet dependency graph resolver that dramatically improves package restore performance for large repositories. Learn how this reimagined approach reduces restore times from 30 minutes to just 2 minutes by creating a more efficient dependency graph with fewer nodes.

.NETNuGet
Apr 12, 2022
Post comments count32
Post likes count5

Introducing Central Package Management

Central Package Management Dependency management is a core feature of NuGet. Managing dependencies for a single project can be easy. Managing dependencies for multi-project solutions can prove to be difficult as they start to scale in size and complexity. In situations where you manage common dependencies for many different projects, you can lever...

NuGetFeature Announcement