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
Allows multiple results files to be aggregated into a single report output.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopReportSettings AddResultFiles(this StyleCopReportSettings settings, FilePathCollection resultFiles)
Parameters
Name | Type | Description |
---|---|---|
settings | Style |
The settings object. |
resultFiles | FilePathCollection | The report files to aggregate. |
Return Value
Type | Description |
---|---|
Style |
Settings object. |