You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Russell, this package is not supported and hasn't been updated in a long time. I'm not sure what the issue might be, but perhaps there were some IL changes in .NET 6.0
For .NET 8+ I'm maintaining FastCloner which has a similar API and is extensively tested on various collections, dictionaries and sets are specifically tricky since they can be read-only, hashcodes need to be preserved, some collections expose TryAdd instead of Add et cetera.
I have a series of tests that I run and build against net6.0, net5.0 and netcoreapp3.1 but DeepCopy is only failing on net6.0
This issue seems to be around trying to copy an IEnumerable or an object that contains an IEnumerable.
The text was updated successfully, but these errors were encountered: