Frank.DependenciesExplorer 1.1.0

dotnet add package Frank.DependenciesExplorer --version 1.1.0
NuGet\Install-Package Frank.DependenciesExplorer -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Frank.DependenciesExplorer" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Frank.DependenciesExplorer --version 1.1.0
#r "nuget: Frank.DependenciesExplorer, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Frank.DependenciesExplorer as a Cake Addin
#addin nuget:?package=Frank.DependenciesExplorer&version=1.1.0

// Install Frank.DependenciesExplorer as a Cake Tool
#tool nuget:?package=Frank.DependenciesExplorer&version=1.1.0

Frank.DependenciesExplorer

Description

This is a simple library and tool to explore the dependencies of a .NET project. It is based on the NuGet.ProjectModel package among others.

Purpose

The purpose of this library is to provide a simple way to explore the dependencies of a .NET project. Its main case is to get more familiar with the dependencies of a project through nested dependencies and transitive dependencies. A very common use case is to see how deep the dependencies go and what are the transitive dependencies.

Usage

The library is available as a NuGet package. It can be used as a library or as a tool.

As a library

The library can be used as a library in any .NET project. It is available as a NuGet package.

using Frank.DependenciesExplorer;

// ...
Product 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 122 1/17/2024
1.0.6-preview 51 1/17/2024
1.0.5-preview 66 1/17/2024