Can't suppress CA1709 in any way
问题 I want to suppress CA1709: Identifiers should be cased correctly, on public class IDd . For example i want to use IDd as correct word. But i can't. I tried everything at code analysis dictionary: <?xml version="1.0" encoding="utf-8"?> <Dictionary> <Words> <Unrecognized> <Word></Word> </Unrecognized> <Recognized> <Word>d</Word> <Word>IDd</Word> </Recognized> <Deprecated> <Term PreferredAlternate=""></Term> </Deprecated> <Compound> <Term CompoundAlternate="IDd">IDd</Term> </Compound>