Often there comes a time, when you really want to use FxCop as is, but keep getting annoyed with its stupid issues about spelling out the variable names properly. Some organizations want to use a "m" suffix for member data, and a "p" suffix for method parameters, and FxCop keeps yelling at that library...so...how do we overcome that ...well....to a certain extent?
Create a custom dictionary !!!
- Open MS word
- Type in all the words you want to use in code into the dictionary, eg, company name, technology name.
- Obviously MS Word will start yelling at you for these words don't make any sense.
- Right click on them , and say "Add to dictionary"
and tadaaa....you are all set.
Now, if you try to run FxCop on your existing code, it will complain less.