-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.6.1, 1.7
-
Component/s: None
-
None
In C# it is ok create the following code:
var dic = new Dictionary<string,int> {
{"", 1}, {"test", 2}};
but this dictionary can't get serialized when it has an empty string as key.