-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Default media type used when 'null' is passed to StringContent #81506 #81722
Default media type used when 'null' is passed to StringContent #81506 #81722
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis fixes issue #81506
|
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
This seems to be failing due to:
That is the library that I added a test to, so it's seems too much of a coincidence that it isn't running... but I don't know what I could have done to have broken it I'm afraid! |
6237de8
to
573e2eb
Compare
@dotnet-policy-service agree |
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.
If we backport this, I think this is a sufficient minimal fix to unblock people facing the unintentional breaking change. We should revisit the unintentional nullability changes for .NET 8.0, opened #83423 to track that.
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4420644720 |
@saber-wang @kevinle-1 you upvoted the PR. Did you run into the same problem? |
This fixes issue #81506