StyleCopRunner.

MergeResultFile(ICakeContext, FilePathCollection) Method

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.