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
Use the stylecop result cache to speed up analysis.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopSettings UsingResultCache(this StyleCopSettings settings, bool enabled = true, bool fullAnalyze = false)
Parameters
Name | Type | Description |
---|---|---|
settings | StyleCopSettings | The settings object. |
enabled | bool | True (default) to use cache, otherwise false. |
fullAnalyze | bool | Perform full analysis. |
Return Value
Type | Description |
---|---|
StyleCopSettings | Settings object. |