StyleCopRunner.

Execute(ICakeContext, SettingsDelegate) Method

Summary

Starts an analysis run.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StyleCopRunner

Syntax

public static void Execute(ICakeContext context, SettingsDelegate settingsDelegate)

Parameters

Name Type Description
context ICakeContext The cake context.
settingsDelegate SettingsDelegate The stylecop setting to use during the analysis.

Return Value

Type Description
void