Skip to content

Fix JsonSerializer.SerializeAsync not passing the cancellation token to converters#79562

Merged
eiriktsarpalis merged 1 commit intodotnet:mainfrom
eiriktsarpalis:fix-serialization-token
Dec 13, 2022
Merged

Fix JsonSerializer.SerializeAsync not passing the cancellation token to converters#79562
eiriktsarpalis merged 1 commit intodotnet:mainfrom
eiriktsarpalis:fix-serialization-token

Conversation

@eiriktsarpalis
Copy link
Member

Fix #79556.

@ghost
Copy link

ghost commented Dec 12, 2022

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

Issue Details

Fix #79556.

Author: eiriktsarpalis
Assignees: -
Labels:

area-System.Text.Json

Milestone: -

@eiriktsarpalis eiriktsarpalis modified the milestones: 6.0.x, 8.0.0 Dec 12, 2022
@eiriktsarpalis
Copy link
Member Author

cc @Tratcher

@eiriktsarpalis eiriktsarpalis merged commit fb10175 into dotnet:main Dec 13, 2022
@eiriktsarpalis eiriktsarpalis deleted the fix-serialization-token branch December 13, 2022 14:38
@ghost ghost locked as resolved and limited conversation to collaborators Jan 12, 2023
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.

JsonSerializer no longer passes the CancellationToken to the AsyncEnumerable

2 participants