Summary
This extension helps to spot conflicting NuGet package references in solutions with multiple projects. Once a solution has been loaded, NuGet package references are analyzed and compared. Any conflict results in an error tool window entry.
Usage
- Install this extension.
- Load a solution with multiple projects.
- Check the error tool window.
- If a conflict has been detected, double click the entry and consolidate the relevant packages.
- Currently related projects or simply the solution have to be reloaded to trigger a new validation run.
Roadmap
- Automatic validation run when NuGet packages have changed.