We\'re using StyleCop in our C# projects. In some cases we\'d like to avoid the rules though. I know you can add // in the beginning of the
//
Decorate your class or method with the following StyleCop attribute:
[GeneratedCode("Tool Goes Here", "Message Goes Here")]