Hi, A Dictionary object that we serialize to the model using the DictionarySerializer has a case sensitivity flag. When we create the dictionary back from the file inside the model, the case sensitivity flag is not restored. I'm trying to figure out a way to restore it. One option should be to add the flag as a manifest info entry and set the flag using a set property we could add to Dictionary. But with that we would need to iterate over all entries of the dictionary setting the flag, because internally an entry is represented as a StringListWrapper that has a case sensitivity flag itself.
Maybe I'm just a bit lost and there is an easier way, can anyone help me with this? Thanks William
