Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Shkredov
Subsystem
Naming
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Drew Noakes
    2 years ago (10 Sep 2009 18:58)
  • Updated by   Drew Noakes
    2 years ago (05 Oct 2009 18:21)
  • Jira: RSRP-120750
    (history, comments)
 
RSRP-120750 Incorrectly warning of inconsistent naming for UpperCamelCase- eg: IWould
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
The following property is highlighted as not being in UpperCamelCase.

public bool IWould { get; set; }


I believe this is a valid upper camel case name.
Comments (2)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Sergey Shkredov
  Sergey Shkredov
16 Sep 2009 15:31
2 years ago
'I' is prefix for interfaces. R# naming inspection requires to use 'I' for interfaces only.
Drew Noakes
  Drew Noakes
16 Sep 2009 17:16
2 years ago
That is true for type names, but not property names.