StyleCopSettingsExtensions.

LoadFromDefaultPath(StyleCopSettings, bool) Method

Summary

Indicates if Stylecop should load addins from the same directory as stylecop.dll.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StyleCopSettingsExtensions

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.