CA1708: Identifiers should differ by more than case
Visual Studio 2010
TypeName | IdentifiersShouldDifferByMoreThanCase |
CheckId | CA1708 |
Category | Microsoft.Naming |
Breaking Change | Breaking |
Identifiers for namespaces, types, members, and parameters cannot differ only by case because languages that target the common language runtime are not required to be case-sensitive. For example, Visual Basic is a widely used case-insensitive language.
This rule fires on publicly visible members only.