Skip to content

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

Merged
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:httpannotations
Nov 18, 2020
Merged

Fix nullable annotations on HttpClient.Post/Put/PatchAsync#44880
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:httpannotations

Conversation

@stephentoub

Copy link
Copy Markdown
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

ghost commented Nov 18, 2020

Copy link
Copy Markdown

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

Details

Issue Details
Description:

Null content is allowed.

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

Author: stephentoub
Assignees: -
Labels:

area-System.Net.Http

Milestone: [object Object]

@buyaa-n buyaa-n left a comment

Copy link
Copy Markdown
Contributor

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