DeepEnds 3.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DeepEnds --version 3.7.0
NuGet\Install-Package DeepEnds -Version 3.7.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="DeepEnds" Version="3.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeepEnds --version 3.7.0
#r "nuget: DeepEnds, 3.7.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 DeepEnds as a Cake Addin
#addin nuget:?package=DeepEnds&version=3.7.0

// Install DeepEnds as a Cake Tool
#tool nuget:?package=DeepEnds&version=3.7.0

DeepEnds is a tool written to perform dependency analysis on code in a hierarchical manner.
It produces DGML files for visualisation of graphs within Visual Studio and computes various reports.
Input can a mix of Visual Studio solution files or parts thereof, alternatively it can read CMake.
Run the exe without arguments for help or see the website for further details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.7.1 1,433 2/7/2021
3.7.0 489 10/1/2020
3.6.1 470 9/27/2020
3.6.0 469 8/31/2020
3.5.0 505 7/21/2020
3.4.1 608 7/7/2020
3.3.0 548 6/26/2020
3.2.0 534 6/18/2020
3.1.0 808 6/13/2020
3.0.2 582 5/6/2020
3.0.1 544 5/4/2020
3.0.0 558 5/2/2020

Bug fixes for Clang and CMake. Add option for C++ standard for Clang.