fasterflect icon indicating copy to clipboard operation
fasterflect copied to clipboard

faterflect with .NET6 : Dictionary not working with .NET6 for faterflect Deepclone

Open I-m-Vineet opened this issue 3 years ago • 0 comments

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();

image

I-m-Vineet avatar Jan 13 '22 21:01 I-m-Vineet