Info
| Version: | 2.7.0 | 
| Author(s): | Zebedee Mason | 
| Last Update: | Thursday, February 9, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://visualstudiogallery.msdn.microsoft.com/4c9c5d41-46d2-409d-8c83-9d6d4d9e86bc | 
| NuGet Url: | https://www.nuget.org/packages/DeepEnds.Console | 
Install
Install-Package DeepEnds.Console
                        dotnet add package DeepEnds.Console
                        paket add DeepEnds.Console
                        
                                DeepEnds.Console Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.CodeAnalysis.Analyzers(>= 1.1.0)
- Microsoft.CodeAnalysis.Common(>= 1.3.2)
- Microsoft.CodeAnalysis.CSharp(>= 1.3.2)
- Microsoft.CodeAnalysis.VisualBasic(>= 1.3.2)
- Microsoft.CodeAnalysis.Workspaces.Common(>= 1.3.2)
- Mono.Cecil(>= 0.9.6.1)
- ClangSharp(>= 3.8.0)
- System.Collections(>= 4.0.0)
- System.Diagnostics.Debug(>= 4.0.0)
- System.Globalization(>= 4.0.0)
- System.Linq(>= 4.0.0)
- System.Resources.ResourceManager(>= 4.0.0)
- System.Runtime(>= 4.0.0)
- System.Runtime.Extensions(>= 4.0.0)
- System.Threading(>= 4.0.0)
Tags
 
                
It produces DGML files for visualisation of graphs within Visual Studio and computes various metrics which can be placed in a CSV file or a HTML report.
The HTML report can be generated directly or via Doxygen and contains extra information about how the edges of the graphs are formed.
Input can a mix of csproj, vbproj and .NET assemblies or a vcxproj or Doxygen XML output or even a DGML file.
Run the exe without arguments for help.