StylecopAlias.

StyleCopAnalyse(ICakeContext, SettingsDelegate) Method

Summary

Analyses the project using stylecop.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StylecopAlias

Syntax

public static void StyleCopAnalyse(this ICakeContext context, SettingsDelegate settingsDelegate)

Examples

StyleCopAnalyse(settings => settings
    .WithSolution(solutionFile)       
);

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Context.
settingsDelegate SettingsDelegate Optional settings passed to stylecop.

Return Value

Type Description
void