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.StyleCop.
Summary
The class that executes stylecop analysis.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["StyleCopRunner"]
class Type type-node
Syntax
public static class StyleCopRunner
Methods
Name | Value | Summary |
---|---|---|
AssemblyDirectory |
string |
The Assembly Directory.
static
|
Execute |
void |
Starts an analysis run.
static
|
MergeResultFile |
XDocument |
Merges two or more Stylecop report files into a single xml document.
static
|
Report |
void |
Starts the report aggregation process.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|