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
That is an undocumented breaking change for the C# library: they have switched from Newtonsoft.Json to System.Text.Json for serializing the objects. So any Newtonsoft.Json annotation done on models are broken. They need to be migrated to their System.Text.Json counterpart annotations.
That is an undocumented breaking change for the C# library: they have switched from Newtonsoft.Json to System.Text.Json for serializing the objects. So any
Newtonsoft.Json
annotation done on models are broken. They need to be migrated to theirSystem.Text.Json
counterpart annotations.(@AdTarling)
@morganleroi, could this breaking change be documented on the v7 upgrade page please?
Originally posted by @fredericDelaporte in #852 (comment)
The text was updated successfully, but these errors were encountered: