Relative Content

Tag Archive for c#.netjson.netsystem.text.jsoncontentful

How to test deserialization in calls to Contentful’s GetEntries?

I am adding a new content model in Contentful, and I’m using Contentful’s .NET SDK to retrieve its entries. In the past I’ve experienced problems migrating from Newtonsoft.Json to System.Text.Json, including problems triggered by enabling nullable reference types, which caused many unexpected problems with model validation and properties that were implicitly optional.