issues
search
MarcinJuraszek
/
CloneExtensions
Clone extension method library. Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Apache License 2.0
115
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is cloning supported for Newtonsoft.Json.Linq.JToken ?
#38
ttandel1
opened
1 year ago
0
You have to provide initialization expression for System.Collections.Generic.IEnumerable
#37
djjohnson-net
closed
1 year ago
1
Is it supports clone to existing object?
#36
GF-Huang
opened
2 years ago
1
build new expression for types without parameter less constructor
#35
leandromoh
opened
4 years ago
0
Runtime mapping
#34
cjmairair
opened
5 years ago
1
Need to sign this NuGet package. (Needs a strong name.)
#33
cjmairair
opened
5 years ago
0
Add InitializerResolver overload
#32
cjmairair
opened
5 years ago
0
User IClonable when avaialable
#31
israellot
opened
6 years ago
1
Any possibility to use this in .net 3.5?
#30
ariitx
opened
6 years ago
0
Additional context in initialization functions.
#29
Jabronironi
opened
6 years ago
6
Only clone Fields, instead of trying to be smart about cloning properties and collections.
#28
MarcinJuraszek
opened
6 years ago
11
Remove redundant abstract/virtual properties, only one is needed.
#27
deipax
opened
7 years ago
5
Potential fix for Issue #25
#26
deipax
closed
7 years ago
0
Shaddowed properties are not cloned properly
#25
MarcinJuraszek
closed
7 years ago
1
Use backing fields when available
#24
MarcinJuraszek
closed
7 years ago
5
Very simple and primitive benchmarking using BenchmarkDotNet
#23
MarcinJuraszek
closed
7 years ago
0
Leverage backing fields for automatic properties (speed tweak).
#22
deipax
closed
7 years ago
4
Bring net45 and net46 back
#21
MarcinJuraszek
closed
7 years ago
0
Multiple Frameworks
#20
deipax
closed
7 years ago
4
There is no need to clone any primitive types, they can be used directly.
#19
deipax
closed
7 years ago
1
Supply a Expression factory for a List of primitives.
#18
deipax
closed
7 years ago
4
Add ArrayPrimitiveTypeExpressionFactory
#17
deipax
closed
7 years ago
5
Add ArrayPrimitiveTypeExpressionFactory.
#16
deipax
closed
7 years ago
1
Unable to install package 1.4.1.1 from Nuget.
#15
deipax
closed
7 years ago
2
Small speed tweak for dictionary lookups used to find already cloned …
#14
deipax
closed
7 years ago
2
Document what's not expected to work
#13
pkese
opened
7 years ago
0
Allow library to be used in other class library project
#12
giovannipayoff
closed
7 years ago
3
Marcinj/msbuild15
#11
MarcinJuraszek
closed
7 years ago
0
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
mattbrewer
closed
7 years ago
2
Move to MsBuild15 and add support for .NET Core 1.1
#9
MarcinJuraszek
closed
7 years ago
0
.NET Core support
#8
govorovvs
closed
7 years ago
1
Cloning of objects where runtime type is not declared type
#7
sdfreyder
opened
8 years ago
7
Cloning items with circular dependencies doesn't work
#6
MarcinJuraszek
closed
10 years ago
1
Unit Tests refactoring
#5
MarcinJuraszek
closed
10 years ago
0
Create performance benchmark project
#4
MarcinJuraszek
opened
10 years ago
0
Unit Tests refactoring
#3
MarcinJuraszek
closed
10 years ago
1
Add NuGet package generation
#2
MarcinJuraszek
closed
10 years ago
1
Migrate documentation pages from codeplex
#1
MarcinJuraszek
closed
10 years ago
1