Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
1.6.1, 1.7
-
None
-
None
Description
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.