Project.Graph.Tool 1.0.0

dotnet tool install --global Project.Graph.Tool --version 1.0.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.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Project.Graph.Tool&version=1.0.0
nuke :add-package Project.Graph.Tool --version 1.0.0

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 7.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 Compatible and additional computed target framework versions.
.NET 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 was computed.  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.

Version Downloads Last updated
1.0.0 241 3/2/2023