-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1
-
Component/s: None
-
None
To reproduce:
public class C {
public ObjectId Id;
public Dictionary<string, int> Data;
}
var c = new C { Data = new Dictionary<string, int> {
{ "a.b", 1 } } };
collection.Insert(c);