fasterflect
fasterflect copied to clipboard
faterflect with .NET6 : Dictionary not working with .NET6 for faterflect Deepclone
fasterflect with .NET : Dictionary not working with .NET6 for Deepclone
Whenever you try to deepclone disctionary object , It thows error "Constructor does not exist'"
e.g. : var dictionary = new Dictionary<string, string>(); dictionary.Add("abc", "xya"); var deepDictionary = dictionary.DeepClone();
