Always, I have got the following message:
name 'byteProivder_LengthChanged' does not match 'Methods, properities and events'. Suggested name is 'ByteProviderLengthChanged'
Not even the VS generated method name could get away from this suggestion. For example FormXXX_Load
is adviced to change to FormXXXLoad
.
So what should I do? Should I follow the name suggestion or just keep the VS style? If I follow the name suggestion, how to configure the resharper and let it change the name automatically? If I do not follow the reshaper way, how could I turn this name suggestion option off?