Skip to content
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

Implement IAsyncDisposable for XmlWriter #35233

Merged
merged 14 commits into from
Apr 28, 2020

Conversation

buyaa-n
Copy link
Contributor

@buyaa-n buyaa-n commented Apr 21, 2020

Fixes #29464
Related to #33618

@buyaa-n buyaa-n added this to the 5.0 milestone Apr 21, 2020
@buyaa-n buyaa-n requested review from krwq and stephentoub April 21, 2020 06:09
@ghost
Copy link

ghost commented Apr 21, 2020

Tagging subscribers to this area: @buyaa-n, @krwq
Notify danmosemsft if you want to be subscribed.

@Dotnet-GitSync-Bot
Copy link
Collaborator

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@buyaa-n
Copy link
Contributor Author

buyaa-n commented Apr 28, 2020

All feedbacks addressed please let me know if there is anything else in your mind @bartonjs @krwq @stephentoub, thanks!

@krwq
Copy link
Member

krwq commented Apr 28, 2020

LGTM with some questions

Copy link
Member

@krwq krwq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify if test change is needed. Product code LGTM

@buyaa-n
Copy link
Contributor Author

buyaa-n commented Apr 28, 2020

Thank you @krwq gonna merge it now, if anyone has other feedback please feel free to add it later and I can re-iterate that separately

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XDocument.SaveAsync has a blocking call
5 participants