ArchiMetrics.Analysis 2.0.1

dotnet add package ArchiMetrics.Analysis --version 2.0.1
NuGet\Install-Package ArchiMetrics.Analysis -Version 2.0.1
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="ArchiMetrics.Analysis" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArchiMetrics.Analysis --version 2.0.1
#r "nuget: ArchiMetrics.Analysis, 2.0.1"
#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 ArchiMetrics.Analysis as a Cake Addin
#addin nuget:?package=ArchiMetrics.Analysis&version=2.0.1

// Install ArchiMetrics.Analysis as a Cake Tool
#tool nuget:?package=ArchiMetrics.Analysis&version=2.0.1

The package provides code analysis features using the Roslyn CTP.

     The project calculates the following metrics:

     Project Level

     - Cyclomatic Complexity
     - LinesOfCode
     - Maintainability Index
     - Project Dependencies
     - Type Couplings
     - Abstractness
     - Afferent Coupling
     - Efferent Coupling
     - RelationalCohesion

     Namespace Level

     - Cyclomatic Complexity
     - LinesOfCode
     - Maintainability Index
     - Project Dependencies
     - Type Couplings
     - Depth of Inheritance
     - Abstractness

     Type Level

     - Cyclomatic Complexity
     - LinesOfCode
     - Maintainability Index
     - Project Dependencies
     - Type Couplings
     - Depth Of Inheritance
     - Type Coupling
     - Afferent Coupling
     - Efferent Coupling
     - Instability

     Member Level

     - Cyclomatic Complexity
     - Lines Of Code
     - Maintainability Index
     - Project Dependencies
     - Type Couplings
     - Number Of Parameters
     - Number Of Local Variables
     - Afferent Coupling
     - Halstead Metrics

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ArchiMetrics.Analysis:

Package Downloads
ScriptCs.Metrics

A script pack for ScriptCS that brings in the code analysis metrics.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ArchiMetrics.Analysis:

Repository Stars
DynamoDS/Dynamo
Open Source Graphical Programming for Design
Version Downloads Last updated
2.0.1 1,040 4/7/2017
1.2.0 1,035 4/5/2017
1.1.3 1,335 10/19/2016
1.1.1 1,553 6/18/2016
1.1.0 1,169 4/29/2016
1.0.1 1,540 7/24/2015
1.0.0-rc1 999 5/16/2015
0.14.1-beta 1,128 1/19/2015
0.14.0-beta 1,045 1/7/2015
0.11.0.1-beta 1,640 11/24/2014
0.10.0-beta 1,514 11/19/2014
0.9.0-beta 1,168 6/9/2014
0.8.0-beta 1,205 4/6/2014
0.7.0 6,758 2/16/2014
0.6.0 2,012 1/22/2014
0.3.0 1,415 10/12/2013
0.2.0 2,122 7/20/2013
0.1.0 2,159 6/25/2013

Updated to use Roslyn 2.0