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
<description>Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.</description>
14
14
<releaseNotes>
15
-
Fixed cloning of COM objects, some internal structures (RuntimeType, Remoting). Trying to improve cloning for dotnet core, excluded some internal classes.
16
-
As result, some EF queries can be deep cloned without errors.
15
+
Removed System.Reflection namespace (especially System.Reflection.Emit) from cloning.
16
+
More accurate checking for empty constructors.
17
17
</releaseNotes>
18
18
<copyright>Copyright by Force 2016-2017</copyright>
19
19
<tags>.NET shallow deep clone DeepClone fast</tags>
0 commit comments