-
Notifications
You must be signed in to change notification settings - Fork 234
Add Async suffix to async methods #792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
out of curiosity... did you automate this change? |
Heh, semi-automatic. I found all the method signatures missing the There has to be a Visual Studio extension that offers that code fix but I didn't have my Windows/full VS machine with me and there weren't that many things to rename so I went on with that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure that is the largest PR I've ever reviewed. :-) LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @dee-see !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You got comments, abstract classes, not tests.... this PR is great! Thanks for doing this!
[Ignore] no need for package sources (PowerShell#803) [Ignore] add null check for version
Fixes #177 in the 2.0.0 branch.
Rename all (hopefully!) async methods with an -
Async
suffix