StyleCopSettingsExtensions.

UsingResultCache(StyleCopSettings, bool, bool) Method

Summary

Use the stylecop result cache to speed up analysis.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StyleCopSettingsExtensions

Syntax

public static StyleCopSettings UsingResultCache(this StyleCopSettings settings, bool enabled = true, bool fullAnalyze = false)

Parameters

Name Type Description
settings StyleCopSettings The settings object.
enabled bool True (default) to use cache, otherwise false.
fullAnalyze bool Perform full analysis.

Return Value

Type Description
StyleCopSettings Settings object.