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
Extensions that enable a fluent interface onto the StyleCopSettings type.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["StyleCopSettingsExtensions"]
class Type type-node
Syntax
public static class StyleCopSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
AddResultFiles |
Style |
Allows multiple results files to be aggregated into a single report output.
static
|
LoadFromDefaultPath |
StyleCopSettings |
Indicates if Stylecop should load addins from the same directory as stylecop.dll.
static
|
ToHtmlReport |
Style |
Indicates the results should be outputted as an HTML report.
static
|
ToHtmlReport |
StyleCopSettings |
Indicates the results should be outputted as an HTML report.
static
|
ToResultFile |
StyleCopSettings |
Indicates the filepath to output the stylecop results to.
static
|
UsingResultCache |
StyleCopSettings |
Use the stylecop result cache to speed up analysis.
static
|
WithAddins |
StyleCopSettings |
Specifies which directories to load Stylecop addins from.
If none are specified and LoadFromDefaultPath is true all .dll files next to the stylecop.dll file will be added as potential addins.
static
|
WithSettings |
StyleCopSettings |
Specifies the Stylecop.settings file path.
static
|
WithSolution |
StyleCopSettings |
Specifies the .net solution to analyse.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|