Using the default Naming convention of prefix "I", Suffix"", Capitalizing: "PascalCase, without underscores"
all of the interfaces defined below are flagged as failing this naming convention rule.
info CRR1000: The name does not correspond to naming conventions
I disabled all other naming rules for this test. only the Interface rule is enabled
Public Interface IClass
End Interface
Public Interface Iclass1
End Interface
Public Interface iclass2
End Interface
Public Interface I
End Interface
Public Interface IClassInfo
End Interface
Public Interface IclassInfo1
End Interface
I was just about to mention this, but did a search first, I too can confirm this problem is also happening in C# code.