NuGet Visualizer allows searching of NuGet packages from any repository, enables visualizing dependencies of NuGet packages using graphs, allows downloads of NuGet packages (.nupkg)

Compatible with NuGet API v2.0 and built on .NET Framework 4.5.2, this utility was created to allow searching of NuGet packages within enterprise environment.

Configuration is maintained in nugetviz.json file which is expected at the root of the application. You can add multiple NuGet repository URI in the configuration file like,


{
  "Repositories": [
    {
      "name": "NuGet",
      "key": "nuget",
      "uri": "https://www.nuget.org/api/v2/"
    }
  ]
}

 

You can download the source code from NuGetViz on GitHub

Screenshots

NuGetViz-HomePage

 

NuGetViz-ViewPackage

 

NuGetViz-AnalyzePackage