Project
ReSharper
Priority
Major
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   Corey Kosak
    2 years ago (31 May 2009 05:28)
  • Updated by   Corey Kosak
    2 years ago (17 Oct 2009 16:12)
  • Jira: RSRP-109854
    (history, comments)
 
RSRP-109854 The name selected by "Generate Property" has all its underlines removed.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Maybe this is intentional, but it seemed strange to me.

namespace ConsoleApplication3 {
  class Program {
    private int a_b_c_d_e;

    //The name of the property (ABCDE) that ReSharper selected for "Generate Property" removed all my underlines.
    public int ABCDE {
      get { return a_b_c_d_e; }
      set { a_b_c_d_e=value; }
    }
  }
}
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments