Build 1180: Wrong capitalization
Hi,
I just stumbled over another error:
public class MyClass {
public MyClass(string myParameter) {
}
}
Now R# suggests to create a field from myParameter, but suggests to name
it "MyParameter" with a captial "M". Naming style says fields have
lowerCamelCase.
Thanks,
Alexander
Please sign in to leave a comment.