DependencyPath 1.1.8
dotnet tool install --global DependencyPath --version 1.1.8
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 DependencyPath --version 1.1.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DependencyPath&version=1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DependencyPath --version 1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DependencyPath
Find transitive dependencies in assemblies.
Installation
You can easily install as a global dotnet tool:
dotnet tool install --global DependencyPath
You can then invoke the tool using the following command: dependency-path
.
Usage
USAGE:
DependencyPath.dll <assemblies> <dependency> [OPTIONS]
ARGUMENTS:
<assemblies> Assemblies
<dependency> Dependency to search
OPTIONS:
-h, --help Prints help information
-v, --version Display resolved versions
-a, --version-all Display expected and resolved versions
-t, --token Skip public key token
-r, --recurse Recurse sub-directories
--verbose Verbose
-d, --depth Max search depth
-p, --path Assembly search path
COMMANDS:
scan <assemblies> <dependency> Scan assemblies
Demo
dependency-path SyntaxTree*.dll NewtonSoft.Json --depth 3 -t b77a5c561934e089 -t cc7b13ffcd2ddd51
SyntaxTree.VisualStudio.Unity.CodeLens -> Microsoft.VisualStudio.Language -> Newtonsoft.Json
SyntaxTree.VisualStudio.Unity -> Newtonsoft.Json
SyntaxTree.VisualStudio.Unity -> Microsoft.VisualStudio.LanguageServices -> Newtonsoft.Json
SyntaxTree.VisualStudio.Unity -> Microsoft.VisualStudio.Telemetry -> Newtonsoft.Json
SyntaxTree.VisualStudio.Unity -> Microsoft.VisualStudio.Language -> Newtonsoft.Json
SyntaxTree.VisualStudio.Unity -> Microsoft.VisualStudio.Utilities -> Newtonsoft.Json
SyntaxTree.VisualStudio.Unity.Tests -> SyntaxTree.VisualStudio.Unity -> Newtonsoft.Json
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. net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.