wagnerhsu / tools-CodeMetricsExtractor

Is a simple tool that automate the execution of "Calculate Code Metrics for Solution" that is avaliable in Visual Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Metrics Extractor

Analytics

With Code Metrics Extractor you can see project health overview, classes health overview and bad methods.

Project health overview

Project Health

Classes health overview

Classes Health

Bad methods

Bad methods

Using project

You must install

Microsoft Build Tools 2015 RC

CodeMetrics Extractor.

    Usage:
      MetricsExtractor.exe (-s | --solution) <solution>
      MetricsExtractor.exe -s <solution> [-ip <ignoredProjects>]
      MetricsExtractor.exe -s <solution> [-in <ignoredNamespaces>]
      MetricsExtractor.exe -s <solution> [-it <ignoredTypes>]
      MetricsExtractor.exe -s <solution> [-ip <ignoredProjects>] [-in <ignoredNamespaces>] [-it <ignoredTypes>]
      MetricsExtractor.exe -s <solution> [-jsonconfig <jsonfileconfig>]

    Options:
      -s --solution                                                     Load projects from solution.
      -ip <ignoredProjects> --ignoredprojects <ignoredProjects>         Projets in solution that you want to ignore, split them by "";""
      -in <ignoredNamespaces> --ignorednamespaces <ignoredNamespaces>   Namespaces in your application that you want to ignore, split them by "";""
      -it <ignoredTypes> --ignoredtypes <ignoredTypes>                  Types in your application that you want to ignore, split them by "";""
      -jsonconfig <jsonfileconfig>                                      User a json file to configure metrics extraction


About

Is a simple tool that automate the execution of "Calculate Code Metrics for Solution" that is avaliable in Visual Studio.


Languages

Language:C# 65.6%Language:HTML 32.8%Language:CSS 1.7%