ryan-codingintrigue / Contentful.NET

DEPRECATED - A .NET library wrapper for the Contentful Content Delivery API.
18 stars 13 forks source link

CheckOnNonExistingFields #2

Closed oseegers closed 9 years ago

oseegers commented 9 years ago

When try getting a property (for example non required fields) that's not in the JSON then a nullreferenceException is thrown.

ryan-codingintrigue commented 9 years ago

You're right, I didn't test with non-optional fields - thanks for the fix!