NClone icon indicating copy to clipboard operation
NClone copied to clipboard

NClone - generic implementation of deep copy for arbitrary .NET objects

Results 3 NClone issues
Sort by recently updated
recently updated
newest added

We'd like to use it within ASP.NET Core project. Is it ever portable to .NET Core?

I have a use case where I need to clone something that has a field like: Dictionary

This library is exactly what many people working with EF are looking for, unfortunately there's a missing feature that makes it unusable, the capability to clone graph of objects with...