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
Contains functionality related to Visual studio's metrics.exe command line tool.
In order to use the commands for this addin, you will need to install the metrics power tool (which is currently not included in a Visual Studio installation). Afterwards include the Addin in your cake build script and you are ready to go:
#addin Cake.VsMetrics
- Assembly
- Cake
.VsMetrics .dll - Namespace
- Cake
.VsMetrics - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["VsMetricsAliases"]
class Type type-node
Syntax
public static class VsMetricsAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
VsMetrics |
void |
Runs metrics.exe against the specified collection of input FilePath, and outputs to specified output FilePath with the specified VsMetricsSettings
static
|
VsMetrics |
void |
Runs metrics.exe against the specified collection of input FilePath, and outputs to specified output FilePath
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|