Is there a way to get code analysis to ignore line breaks <br>
when giving me spelling warnings about text in my resource files? I know I can add them to my code analysis dictionary but I'm pretty sure there is a way to get them ignored without that.
The warning is the standard CA1703 warning which for br
tags gives me something like:
correct the spelling of 'br' in string value 'blah blah
<br>
blah'
This is a normal winform project using Visual Studio 2010.