lowerCamelCase on private async methods Follow
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
}
Please sign in to leave a comment.
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.
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.
Great! Thank you for lettins us know.