You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add more tests to verify that serializing (outputting) large JSON works as expected. It would be good to add test sizes around 4, 8, 12, 16k (particularly 12/16k as they are currently special sizes for SerializeAsync), and also some larger payloads above 85k. It would also be good to add tests where depth changes at those size threshold (for example, writing a start or end array/object at the 16k bytes).
From dotnet/corefx#39417 (comment)
We should add more tests to verify that serializing (outputting) large JSON works as expected. It would be good to add test sizes around 4, 8, 12, 16k (particularly 12/16k as they are currently special sizes for SerializeAsync), and also some larger payloads above 85k. It would also be good to add tests where depth changes at those size threshold (for example, writing a start or end array/object at the 16k bytes).
More context: dotnet/corefx#39417 (comment)
cc @steveharter, @buyaa-n, @layomia
The text was updated successfully, but these errors were encountered: