StyleCopSettingsExtensions.

ToHtmlReport(StyleCopSettings, 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 StyleCopSettings ToHtmlReport(this StyleCopSettings settings, FilePath htmlFile, FilePath xsltStylesheet = null)

Parameters

Name Type Description
settings StyleCopSettings 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
StyleCopSettings Settings object.