ObjectCloner icon indicating copy to clipboard operation
ObjectCloner copied to clipboard

Insanely fast and capable Deep Clone implementation for .NET based on Expression Trees

Results 9 ObjectCloner issues
Sort by recently updated
recently updated
newest added

Getting this exception when trying to deep clone a double?[3760,2] This works: + ObjectCloner.ObjectCloner.DeepClone(new double[2,1]) {double[2, 1]} double[,] But this breaks! with an exception: ObjectCloner.ObjectCloner.DeepClone(new double?[2,1]) Any idea how to...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

This issue is a followup on @IgorMamushin's feature request in #3. The original request goes: > Ignore some properties. (Usually for ignore property used attributes. It will be well if...

enhancement
good first issue

https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming I ran into an issue where I couldn't add this to a project because the project needed strong naming. It is possible manually add strong naming but that wouldn't...

Hi. I get this exception when I try to clone the object 'NLog.LogManager.Configuration' of type NLog.Config.LoggingConfiguration. I use the nuget version 2.2.2 in a .NET Core 3.1 project (Console App)....

The reason I ask is because I would rather it not clone events. Reason being is I use INotifyPropertyChanged on some classes and I would rather that not be cloned....

This issue is a followup on @IgorMamushin's feature request in #3. As far as I understand the request is about adding an option for not cloning private fields.

enhancement

I have one implementation to support multi-dimension array with unit tests also. I'm not able to push a branch to repo to raise a PR though.