StyleCopSettingsExtensions.

WithAddins(StyleCopSettings, DirectoryPath[]) Method

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
StyleCopSettingsExtensions

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;