-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
/cc @ahsonkhan @steveharter @bartonjs @layomia
There are a few places in System.Text.Json where we pass Utf8JsonReader by value instead of by reference. I don't know if these cases are intentional, but since Utf8JsonReader is a mutable struct these might represent product bugs. If they're not bugs then please close this issue as by design.
Some other instances of mutable structs being passed by value instead of reference:
Reactions are currently unavailable