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</description>
13
+
<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
15
Fixed an issue with handling references to arrays
16
16
Added support for multidimensional arrays and non-zero-based arrays
17
17
Added fallback for non-fulltrust code through expressions
18
18
Due build issue, release 0.9.0 was invalid, this is fixed variant
19
19
</releaseNotes>
20
20
<copyright>Copyright by Force 2016</copyright>
21
-
<tags>.NET shallow deep clone</tags>
21
+
<tags>.NET shallow deep clone DeepClone fast</tags>
0 commit comments