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
Analyses the project using stylecop.
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