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
Called when Stylecop has encountered a rule violation.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- StylecopHandlers
Syntax
public void ViolationEncountered(object sender, ViolationEventArgs args)
Parameters
Name | Type | Description |
---|---|---|
sender | object | The sender. |
args | ViolationEventArgs | The event args. |
Return Value
Type | Description |
---|---|
void |