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
.NET 8 will soon be released. System.Text.Json had gained most of the capability of Newtonsoft, and the ecosystem as a whole has embraced and migrated to STJ. Please consider using STJ instead of Newtonsoft so apps and libraries that use STJ doesn't get impedance mismatch with contentful's csharp SDK (e.g. when interfacing with JsonObject type, which is currently exposed as a newtonsoft type instead of STJ's type).
The text was updated successfully, but these errors were encountered:
.NET 8 will soon be released.
System.Text.Json
had gained most of the capability ofNewtonsoft
, and the ecosystem as a whole has embraced and migrated toSTJ
. Please consider usingSTJ
instead ofNewtonsoft
so apps and libraries that useSTJ
doesn't get impedance mismatch with contentful's csharp SDK (e.g. when interfacing withJsonObject
type, which is currently exposed as a newtonsoft type instead ofSTJ
's type).The text was updated successfully, but these errors were encountered: