Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 349 Bytes

How-To generate DGML file.md

File metadata and controls

13 lines (10 loc) · 349 Bytes

How-To Generate DGML files

In the command line, launch the VsProjectDependency command line app

Example:

dotnet nodewave.App.VsProjectDependencies.Console -d "C:\MySourceCodeFolder" -o "C:\MySourceCodeFolder\dependencies.dgml"

For further options, you may read the help

dotnet nodewave.App.VsProjectDependencies.Console