NuGet MonitorA Visual Studio extension that checks and notifies about available updates for the installed NuGet packages in the current solution. Features
Supported Visual Studio versions
InstallingUsageAfter a solution is loaded, available updates and possible issues are shown in the Solution ExplorerDependent on the size of the solution it may take some time until the info bars appear. Package ManagerThe package manager can be opened via the entry in the The package manager shows all installed packages of the current solution. Updating a single package is just one click, multiple packages can be updated via the tool bar button after selecting the packages. Compared to the original NuGet Package Manager updating packages is very fast, because the package version is instantly updated without validation against other packages - version conflicts may show up only at the next build and have to be resolved manually. Shared package references, e.g. in the ThanksAnushaG2201A big thanks goes to AnushaG2201! I was playing with the idea for this extension for quite a while but never figured out how I would create this extension. That is until I saw the Nuget-updates-notifier (GitHub) which gave me the remaining puzzle pieces, so that I could create my own version. tom-englertA big thanks goes to tom-englert! A massive improvement PR really improved the quality of this extension. LinksNuGet Client SDK / NuGet.Protocol Visual Studio Extensibility Cookbook - Notifications |