Generate Mermaid dependency graphs, NuGet restore graphs, and project lists from your Visual Studio solution — all from a right-click context menu on the Solution node.
Features:
• Generate Dependenc
A Visual Studio 2017 extension that generates dependency graphs and project metadata from your solution — all from a right-click context menu on the Solution node.
Features
Command
Output
Description
Generate Dependency Graph
dependency-graph.mmd
Scans all .csproj files for ProjectReference entries and outputs a Mermaid diagram
Generate Restore Graph (JSON)
_restore_graph.json
Runs MSBuild /t:GenerateRestoreGraphFile to produce a full NuGet dependency graph
Generate Project List
_projects_from_sln.txt
Extracts all .csproj paths from the .sln file, sorted and deduplicated
All output files are saved to the solution root folder.
Usage
Right-click the Solution node in Solution Explorer