-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add remarks on disposable ctor parameter to System.Net.Http.StreamCon… #3357
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
ping @carlossanlop |
@aik-jahoda It seems the build output was too old and got deleted. If you expand the "Show all checks" section, then click on "Details" in the OpenPublishing.Build row, the page is gone. The build passed though, so the formatting was correct. And the xref links look correct to me too. If you want to double check the output, we can run the build again. @dotnet/docs do you know how to re-run the build? |
You just close/reopen the PR to trigger a new build. I'll do that now. |
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.
Looks good to me.
Co-authored-by: Andy De George <[email protected]>
…tent (#3339)
Summary
Added remarks for the System.Net.Http.StreamContent constructors disposing the passed stream.
Fixes #3339