-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add documentation for IAsyncDisposable #2575
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
Based on source code comments (https://github.com/dotnet/corefx/blob/master/src/Common/src/CoreLib/System/IAsyncDisposable.cs) and Async Streams proposal description (https://github.com/dotnet/csharplang/blob/master/proposals/csharp-8.0/async-streams.md).
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.
Thank you for documenting IAsyncDisposable, @MSDN-WhiteKnight. I've left a number of suggestions.
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.
Sorry, @MSDN-WhiteKnight. I'd intended to request changes rather than approve.
Co-Authored-By: Ron Petrusha <[email protected]>
Thank you for making the additional changes, @MSDN-WhiteKnight. I'll merge your PR now. The documentation should be live on docs.microsoft.com in the next day or two. |
Summary
Based on source code comments and Async Streams proposal description.