This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.StyleCop.
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 |