We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What package version of the SDK are you using. master (as of 5/8/2020 AM)
Our internal guidelines are to always suffix async methods with Async. The new methods for this release are inconsistent on that front.
Steps to reproduce the behavior:
We follow our own guidelines consistently and this is part of code review, especially for anything that represents a breaking change to fix.
Some number of async methods also lack the optional CancellationToken parameter.
[bug]
The text was updated successfully, but these errors were encountered:
@carlosscastro - thanks for taking this today!
Sorry, something went wrong.
PR #3892 was merged
carlosscastro
Successfully merging a pull request may close this issue.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
What package version of the SDK are you using. master (as of 5/8/2020 AM)
Describe the bug
Our internal guidelines are to always suffix async methods with Async. The new methods for this release are inconsistent on that front.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We follow our own guidelines consistently and this is part of code review, especially for anything that represents a breaking change to fix.
Additional context
Some number of async methods also lack the optional CancellationToken parameter.
[bug]
The text was updated successfully, but these errors were encountered: