This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.VsMetrics.
Summary
Calculates code metrics for a collection of input files and saves the report in an output file.
- Assembly
- Cake
.VsMetrics .dll - Namespace
- Cake
.VsMetrics - Containing Type
- VsMetricsRunner
Syntax
public void Run(IEnumerable<FilePath> inputFilePaths, FilePath outputFilePath, VsMetricsSettings settings)
Parameters
Name | Type | Description |
---|---|---|
inputFilePaths | IEnumerable |
The input filepaths. |
outputFilePath | FilePath | The output file path. |
settings | VsMetricsSettings | The settings. |
Return Value
Type | Description |
---|---|
void |