kakkamstrup
Results
2
comments of
kakkamstrup
Here is another example with HashSet. I guess they have the same root cause using System; using System.Collections.Generic; using System.Linq; using Force.DeepCloner; namespace DeepClonerBug { internal class Program { static...
OK, thank you for your reply. I can make it work with overriding GetHashCode and Equals. Maybe this is not the right place to ask. I want to clone the...