[Enhancement] Naming Conventions Inspections in VB.Net
I would like to see a change in how the naming convention inspection options in VB.Net work for Public, Protected, Friend, and Private class members. In VB.Net, a Protected member can only be accessed by a child class. However, ReSharper wants to apply the same naming convention as Public. It should be treated the same as Private by default and possibly allow for a custom convention.
Attachment(s):
Capture.PNG
Please sign in to leave a comment.