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
Specifies the Stylecop.settings file path.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopSettings WithSettings(this StyleCopSettings settings, FilePath settingsFile)
Parameters
Name | Type | Description |
---|---|---|
settings | StyleCopSettings | The settings object. |
settingsFile | FilePath | FilePath of the Stylecop.settings file. |
Return Value
Type | Description |
---|---|
StyleCopSettings | Settings object. |