sboulema / NuGetMonitor

A Visual Studio extension that checks and notifies about available updates for the installed NuGet packages for the open solution.
MIT License
16 stars 1 forks source link

Packages are checked and counted for every project #3

Closed tom-englert closed 1 year ago

tom-englert commented 1 year ago

In a solution with n projects and one outdated package in every project it reports n outdated packages

tom-englert commented 1 year ago

... and it also checks n times, which can be a performance issue.