Infrastructure.DeepCloner 1.0.2

dotnet add package Infrastructure.DeepCloner --version 1.0.2
NuGet\Install-Package Infrastructure.DeepCloner -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Infrastructure.DeepCloner" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Infrastructure.DeepCloner --version 1.0.2
#r "nuget: Infrastructure.DeepCloner, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Infrastructure.DeepCloner as a Cake Addin
#addin nuget:?package=Infrastructure.DeepCloner&version=1.0.2

// Install Infrastructure.DeepCloner as a Cake Tool
#tool nuget:?package=Infrastructure.DeepCloner&version=1.0.2

A small deep clone tool,can fast deep clone objects graph,do not need to add anything to use it,can support the general objects,could not support pointer etc. .net4.5.2

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Infrastructure.DeepCloner:

Package Downloads
Infrastructure.ObjectsGraph

A small library can monitor objects graph, 1.Class Warden can find out objects that is added,changed and deleted in the objects graph. 2.Class GraphVisitor can traversing graph use breadth first search,make the graph collapse to a list,and search object in the graph. 3.Class EnumerableQuerier and GraphQuerier can query enumerable object,join them and mapping to a ListT. The example is on the github.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 861 10/13/2020
1.0.1 781 8/26/2020
1.0.0 477 8/26/2020

Summary of changes made in this release of the package.