lowerCamelCase on private async methods

Completed

I currently have an Extended Naming Rule so that my private methods adhere to the lowerCamelCase naming convention.

However I am noticing that this does not work when I have private async methods.

Is this a configuration issue on my end?

Example:

private async Task doSomething(Action<MyObject> myAction)

{

       // Do stuff
}

 

1
3 comments

Hello!

 

Thank you for the feedback.

Could you please specify what ReSharper version do you use and if the issue is reproduced in newly created solution?

Thank you.

0
Avatar
Permanently deleted user

I updated to the latest version yesterday.

After some further research it appears that it was VS 2017 giving me the warning message.

If I disabled the naming convention in VS 2017 I no longer have this issue.

0

Great! Thank you for lettins us know.

0

Please sign in to leave a comment.