Open christophedemez opened 5 years ago
Hi,
We have the following class :
public class MyTest { [JsonProperty("myvalues")] public List MyValues{ get; set; } = new List(); }
If I insert some documents in the db, it works.. I can see them in 'studio', but when I read them back, the 'MyValues' is empty !
Do you know how to fix this ?
Thanks
Hi @christophedemez, First of all, thanks for the bug report.
A few questions
Hi,
We have the following class :
public class MyTest { [JsonProperty("myvalues")] public List MyValues{ get; set; } = new List();
}
If I insert some documents in the db, it works.. I can see them in 'studio', but when I read them back, the 'MyValues' is empty !
Do you know how to fix this ?
Thanks