-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
In the .NET SDK we have a test calling `Dictionary::remove_all` and then verifying that the resulting notification has marked the collection as cleared (CollectionChangeSet.collection_was_cleared should be true). This works for lists and sets but not dictionaries.