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 if Stylecop should load addins from the same directory as stylecop.dll.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
Syntax
public static StyleCopSettings LoadFromDefaultPath(this StyleCopSettings settings, bool enabled = true)
Parameters
Name | Type | Description |
---|---|---|
settings | StyleCopSettings | The settings object. |
enabled | bool | True (default) to load .dll next to stylecop.dll, otherwise false. |
Return Value
Type | Description |
---|---|
StyleCopSettings | Settings object. |