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 - however version conflicts may show up only at the next build and have to be resolved manually. Shared package references, e.g. in the CentralPackageManagement ( A justification property can be added to
A mitigation element can be added to suppress warnings for transitive dependencies that can't be updated due to project limitations but have been evaluated to not affect the product security.
Dependency TreeThis view allows to investigate how transitive dependencies are introduced into the projects. It lists all transitive dependencies per project, and shows their ancestor tree, where the terminal bold entry is the package reference used in the project. The context menu for every entry offers to copy ready made XML snippets for 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 |