I am working in an application and developing few classes for demo purpose. I know that these classes will be removed in future.
Is it possible to ignore all the stylecop warnings for those classes as I dont want to spent the time on those warnings?
I searched but found that I can only ignore via settings in stylecop( this will effect other classes too) or to some specific rule ( I just want to ignore all warnings).
You can trick StyleCop into not processing a file at all by adding this header at the top:
//------------------------------------------------------------------------------
// <auto-generated>
// Well, not really. This is just a trick to get StyleCop off my back.
// </auto-generated>
//------------------------------------------------------------------------------
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With