1

Possible Duplicate:
StyleCop/FxCop 10 - How do you properly suppress a message only on a namespace level?
How do I suppress FxCop rule 'DoNotCatchGeneralExceptionTypes' with SupressMessage?

I have a namespace ABC.Schema which has some classes. Name of classes are using underscore. I am checking FxCop analysis. I want to suppress this rule for namespace level.

namespace ABC.Schema { ... }

I want to suppress FxCop message CA1707:IdentifiersShouldNotContainUnderscores.

Does anyone have idea about this. Please give your view on this.

Community
  • 1
  • 1
Jugal Panchal
  • 1,448
  • 16
  • 20

0 Answers0