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

Fix nullable annotations on HttpClient.Post/Put/PatchAsync #44880

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

stephentoub
Copy link
Member

Null content is allowed.

Fixes #44858
cc: @buyaa-n, @jeffhandley

@stephentoub stephentoub added this to the 6.0.0 milestone Nov 18, 2020
@ghost
Copy link

ghost commented Nov 18, 2020

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details
Description:

Null content is allowed.

Fixes #44858
cc: @buyaa-n, @jeffhandley

Author: stephentoub
Assignees: -
Labels:

area-System.Net.Http

Milestone: [object Object]

Copy link
Contributor

@buyaa-n buyaa-n left a comment

Choose a reason for hiding this comment

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

Looks good, thank you!

@stephentoub stephentoub merged commit 4e5463d into dotnet:master Nov 18, 2020
@stephentoub stephentoub deleted the httpannotations branch November 18, 2020 22:21
@ghost ghost locked as resolved and limited conversation to collaborators Dec 18, 2020
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.

System.Net.Http.HttpClient.(Patch|Post|Put)Async should allow null for its content argument
2 participants