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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DependencyGraphDrawer --version 0.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependency Graph Drawer
aka dotnet dg
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 | Versions 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.