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 which directories to load Stylecop addins from.
If none are specified and LoadFromDefaultPath is true all .dll files next to the stylecop.dll file will be added as potential addins.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopSettings WithAddins(this StyleCopSettings settings, params DirectoryPath[] addins)
Parameters
Name | Type | Description |
---|---|---|
settings | StyleCopSettings | The settings object. |
addins | DirectoryPath[] | Directory paths for Stylecop Addins. |
Return Value
Type | Description |
---|---|
StyleCopSettings | Settings object; |