Overview Q & A Rating & Review
Slnx Mermaid
Slnx Mermaid generates Mermaid diagrams directly from your Visual Studio solution.
It analyzes projects and references, then produces a clean dependency graph that reflects the current state of your solution.
How to use
You can generate a diagram in two ways:
Right-click on the Solution in Solution Explorer → Generate Mermaid Diagram
Use the top menu: Tools → Generate Mermaid Diagram
The generated Mermaid file is created automatically and opened in the editor.
Features
Automatic project and dependency detection
Support for multi-target projects
Clean Mermaid graph TD output
Duplicate protection
Fast generation for large solutions
Designed for architecture documentation and reviews
Use cases
Architecture documentation
Dependency analysis
Code reviews
Technical presentations
README diagrams
Output example
graph TD
Api --> Core
Cli --> Core
Vsix --> Core
Requirements