-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Additional tweaks to new System.Data async APIs #3077
Conversation
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.
Thanks for quickly addressing this, @roji. I added a few suggestions for the CancellationToken. I suspect all of them have the default value None, but a few of the summaries did not mention it. Is this assumption correct?
Also, the MemberSignatures should not be updated manually. We should ask @safern and @mairaw to help with this.
@carlossanlop thanks for the comments - I've replied above. At least for the methods you've mentioned, there's indeed no default value for the cancellation token. Let's wait for the replies on manual updates for these XMLs. Please feel free to ping me or send an email directory on any System.Data doc issue. |
@carlossanlop makes sense. Have resolved the comments, let me know if anything else is needed from my side. |
* Fixes to PrepareAsync * Made cancellation token description more consistent and added note where default values are present. * Changed default value for cancellation tokens to be CancellationToken.None instead of null
eee034b
to
a2b77ca
Compare
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. Is this ready to merge?
Yep, ready to merge from my side. |
@carlossanlop, do you want to take a look and approve if this is ready to merge? |
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.
Thanks for the reminder, @rpetrusha. Approved.
/cc @divega @mairaw @carlossanlop