ArchiMetrics.Analysis
2.0.1
dotnet add package ArchiMetrics.Analysis --version 2.0.1
NuGet\Install-Package ArchiMetrics.Analysis -Version 2.0.1
<PackageReference Include="ArchiMetrics.Analysis" Version="2.0.1" />
paket add ArchiMetrics.Analysis --version 2.0.1
#r "nuget: ArchiMetrics.Analysis, 2.0.1"
// 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 | Versions 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. |
-
.NETFramework 4.6.1
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 2.0.0)
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,116 | 4/7/2017 |
1.2.0 | 1,076 | 4/5/2017 |
1.1.3 | 1,376 | 10/19/2016 |
1.1.1 | 1,596 | 6/18/2016 |
1.1.0 | 1,208 | 4/29/2016 |
1.0.1 | 1,586 | 7/24/2015 |
1.0.0-rc1 | 1,041 | 5/16/2015 |
0.14.1-beta | 1,161 | 1/19/2015 |
0.14.0-beta | 1,079 | 1/7/2015 |
0.11.0.1-beta | 1,720 | 11/24/2014 |
0.10.0-beta | 1,548 | 11/19/2014 |
0.9.0-beta | 1,203 | 6/9/2014 |
0.8.0-beta | 1,245 | 4/6/2014 |
0.7.0 | 7,628 | 2/16/2014 |
0.6.0 | 2,109 | 1/22/2014 |
0.3.0 | 1,460 | 10/12/2013 |
0.2.0 | 2,227 | 7/20/2013 |
0.1.0 | 2,225 | 6/25/2013 |
Updated to use Roslyn 2.0