Questions tagged [ca1704]
2 questions
12
votes
3 answers
CA1704 - Microsoft seems to be blocking the word 'Multi'?
public class MultiSomething { } //CA1704:IdentifiersShouldBeSpelledCorrectly
When I run Code Analysis, I get an error because the Microsoft does not recognize the word 'Multi' (go figure they use it in IMultiValueConverter). So, what I did to…

myermian
- 31,823
- 24
- 123
- 215
1
vote
2 answers
Visual Studio 2010 code analysis warning CA1704 for class named MultiString
I'm having troubles with the code analysis tool in Visual Studio 2010; I have a class used to manipulate multi-strings, therfore I named my class MultiString. When I run the code analysis tool I get the warning:
CA1704 : Microsoft.Naming : Correct…

Korexio
- 483
- 1
- 7
- 19