Skip to content

RicoSuter/ProjectDependencyBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Dependency Browser for .NET

Build status

Project Dependency Browser scans a directory for Visual Studio projects and shows their project, assembly and NuGet dependencies in a flexible user interface. The application also provides various filters for example to find projects which depend on a particular NuGet package.

Features:

  • Find all projects which have installed a given NuGet package
  • View all referenced assemblies and projects for a given project
  • List all projects which reference a given project
  • Analyze projects for issues (e.g. version missmatches between assembly and NuGet references)
  • Can be used as solution launcher: Just start it, select project using arrow keys and press enter
  • It takes 3 minutes to install and setup the application

Download latest Build Artifacts

Project Dependency Browser is developed by Rico Suter using the MyToolkit library.

(This project has originally been hosted on CodePlex)