Project.Graph.Tool
1.1.0
dotnet tool install --global Project.Graph.Tool --version 1.1.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 Project.Graph.Tool --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Project.Graph.Tool&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Project.Graph.Tool --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Projectgraph CLI
Install
Make sure you have .NET SDK 7.0 or higher installed on your machine. Then run
dotnet tool install -g Project.Graph.Tool
Run
dotnet-projectgraph --help
Output
Use the --output <file>
option to write the result to a .json
or .dgml
file. If ommitted the output will be retured as JSON to the console.
Use the --packages
options to also include Nuget packages in the DGML-graph.
Use the --order
option to recieve an ordered list of the projects by dependency
Develop
Prerequisites
- VS Code
- VS 2019 or higher
- .NET 8.0 SDK or higher
Get started
Open in VS Code, run the task pack and install
.
Note: To run tasks in VS Code, press <kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>P</kbd>, enter Run
and select Tasks: Run Task
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.