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
Merges two or more Stylecop report files into a single xml document.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- StyleCopRunner
Syntax
public static XDocument MergeResultFile(ICakeContext context, FilePathCollection resultFiles)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The cake context. |
| resultFiles | FilePathCollection | A collection of report files to merge. |
Return Value
| Type | Description |
|---|---|
| XDocument | The resultant Xml document. |
