-
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
Update HttpClientJsonExtensions.Get.AsyncEnumerable.cs #92180
Conversation
reuse method from ReadFromJsonAsAsyncEnumerable
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue Detailsreuse method from fixes #92179
|
add httpClient null check
fix trailing space style
...ystem.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs
Outdated
Show resolved
Hide resolved
...ystem.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs
Outdated
Show resolved
Hide resolved
...ystem.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs
Outdated
Show resolved
Hide resolved
...ystem.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http.Json/tests/FunctionalTests/HttpClientJsonExtensionsTests.cs
Outdated
Show resolved
Hide resolved
…lientJsonExtensionsTests.cs Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
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.
Thanks!
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6216259225 |
Update
jsonTypeInfo
forReadFromJsonAsAsyncEnumerable
fixes #92179