I have the following Code Analysis error:
Which says:
CA1704 Correct the spelling of 'Img' in member name 'Default.ImgLogo' or remove it entirely if it represents any sort of Hungarian notation.
I have this in my Code Analysis dictionary:
<Word>Img</Word><!-- asp.net image -->
As per this it is because it's in the global unrecognised list in the dictionary in \Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop
Is there away around having to manually do this on each Developer PC and Build Agent?
Beyond not using Img, of course.
This is with Visual Studio 2015, TFS 2015