MarcinJuraszek/CloneExtensions
Clone extension method library. Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
C#Apache-2.0
Issues
- 1
You have to provide initialization expression for System.Collections.Generic.IEnumerable
#37 opened by djjohnson-net - 0
- 1
Is it supports clone to existing object?
#36 opened by GF-Huang - 1
User IClonable when avaialable
#31 opened by israellot - 7
- 11
Only clone Fields, instead of trying to be smart about cloning properties and collections.
#28 opened by MarcinJuraszek - 1
Runtime mapping
#34 opened by cjmairair - 0
Add InitializerResolver overload
#32 opened by cjmairair - 0
- 0
Any possibility to use this in .net 3.5?
#30 opened by ariitx - 6
- 1
- 4
Multiple Frameworks
#20 opened by deipax - 2
Unable to install package 1.4.1.1 from Nuget.
#15 opened by deipax - 0
Document what's not expected to work
#13 opened by pkese - 2
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'. The system cannot find the file specified
#10 opened by mattbrewer - 1
- 1
Add NuGet package generation
#2 opened by MarcinJuraszek - 1
Unit Tests refactoring
#3 opened by MarcinJuraszek - 1
- 0
Create performance benchmark project
#4 opened by MarcinJuraszek