C#


ROSLYN.NAMING.CA1708 : Identifiers should differ by more than case (C#)

See Roslyn-Detected C# Warning Classes for more information.

Summary

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.

This check corresponds to Roslyn rule CA1708. For full rule details, see the Microsoft website: CA1708.

Properties

Class Name Identifiers should differ by more than case (C#)
Significance style
Mnemonic ROSLYN.NAMING.CA1708
Categories None
Availability Available for C# only.
Enabling Checks for this warning class are enabled by default. To disable them, add the following WARNING_FILTER rule to the project configuration file.
WARNING_FILTER += discard class="Identifiers should differ by more than case (C#)"

Relevant Configuration File Parameters

The following configuration file parameters affect checks for this warning class.