Keywords are serialized to dictionary as keys. Somehow JSON allows case sensitive serialization, but tries to construct a case insensitive dictionary during deserialization.
The comparisons in the ServerFilterViewModel should be case insensitive and keywords converted to lower case when added
Keywords are serialized to dictionary as keys. Somehow JSON allows case sensitive serialization, but tries to construct a case insensitive dictionary during deserialization.
The comparisons in the
ServerFilterViewModel
should be case insensitive and keywords converted to lower case when added