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
Indicates the results should be outputted as an HTML report.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopReportSettings ToHtmlReport(this StyleCopReportSettings settings, FilePath htmlFile, FilePath xsltStylesheet = null)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Style |
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 |
|---|---|
| Style |
Settings object. |
