dolittle / Bifrost

This is the stable release of Dolittle till its out of alpha->beta stages
Other
110 stars 38 forks source link

Read.DocumentDb EntityContext.Insert() - call to IsConcept check fails when properties are null. #843

Open svethors opened 7 years ago

svethors commented 7 years ago

Fix by checking IsConcept on the Type in stead of the property value.

einari commented 7 years ago

With your EntityContext implementation pulled in - I guess this will fix it all?