Project dependency diagram builder. Generate JSON from your solution and also HTML for visualization.
This is just for my personal purposes and it's very simple. Still in development.
Tested only on a few basic solutions. I use this tool for diagrams of my solutions when I learning.
- Export HTML ready diagram using dagre-d3
- Export JSON with dependencies between projects
- Support for solution folders in HTML
- Support for solution folders in JSON
- .NET Core applications only
- Colors in HTML diagram are generated randomly with each refresh (custom JS function)
dependencyDiagram-26-04-2020-12,20,45.html
dependencyDiagram-26-04-2020-12,20,45.json
- Argument for the console app is path of the concrete solution
- Then JSON and HTML files will be created automatically in the output directory
- That's it, check your HTML chart :)
- Refresh page for different colors
- If you are not satisfied with the result, use JSON for further processing :)