I'm trying to configure FxCop to accept both the compound and discrete versions of a word (InSpecie and Inspecie).
For legacy reasons, both of these need to be considered valid. However, I can't seem to configure the custom dictionary in FxCop to accept both. We have approx. 400 instances of both, and so adding SuppressMessage
attributes might not be an option (module-level, maybe, but I'd prefer not to).
I've tried the steps mentioned in a previous question[1], but these words do not appear in the default dictionary provided with FxCop.
Does anyone have any suggestions?