StyleCopSettingsExtensions.

ToHtmlReport(StyleCopReportSettings, FilePath, FilePath) Method

Summary

Indicates the results should be outputted as an HTML report.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StyleCopSettingsExtensions

Syntax

public static StyleCopReportSettings ToHtmlReport(this StyleCopReportSettings settings, FilePath htmlFile, FilePath xsltStylesheet = null)

Parameters

Name Type Description
settings StyleCopReportSettings The settings object.
htmlFile FilePath The filepath for the html report.
xsltStylesheet FilePath (Optional) The filepath for the xslt stylesheet. If omitted the default supplied with Cake.Stylecop is used.

Return Value

Type Description
StyleCopReportSettings Settings object.