Infrastructure.DeepCloner
1.0.2
dotnet add package Infrastructure.DeepCloner --version 1.0.2
NuGet\Install-Package Infrastructure.DeepCloner -Version 1.0.2
<PackageReference Include="Infrastructure.DeepCloner" Version="1.0.2" />
paket add Infrastructure.DeepCloner --version 1.0.2
#r "nuget: Infrastructure.DeepCloner, 1.0.2"
// 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 | Versions 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. |
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.
Summary of changes made in this release of the package.