DependencyGraphDrawer 0.10.0

dotnet tool install --global DependencyGraphDrawer --version 0.10.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DependencyGraphDrawer --version 0.10.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DependencyGraphDrawer&version=0.10.0
                    
nuke :add-package DependencyGraphDrawer --version 0.10.0
                    

Dependency Graph Drawer

aka dotnet dg

Dependency Graph Drawer nuget package

This is the home of Dependency Graph Drawer, a global dotnet tool to visualize the dependencies in your C# projects.

Installation

Run the following command: dotnet tool install -g DependencyGraphDrawer

Runs on .NET 6, 7, 8, and 9.

Usage

dotnet dg -s <path to solution file> [-o <output file path>] [--includeNugetPackages]

If -s/--solutionFile is not given, the tool tries to find a solution file in the current directory and pick the first one it finds.

Output file defaults to dependencies.puml in the current directory.

The resulting file will contain PlantUML code. You can preview out without installing anything by pasting the contents here but I recommend to use the VS Code plugin.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.10.0 214 3/19/2025
0.9.4 1,099 6/7/2022
0.9.3 603 3/29/2022
0.9.2 604 3/29/2022
0.9.1 559 9/15/2021
0.9.0 493 9/15/2021