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
Indicates the filepath to output the stylecop results to.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopSettings ToResultFile(this StyleCopSettings settings, FilePath resultFile)
Parameters
Name | Type | Description |
---|---|---|
settings | StyleCopSettings | The settings object. |
resultFile | FilePath | The output filepath. |
Return Value
Type | Description |
---|---|
StyleCopSettings | Settings object. |