DeepCloner 0.9.1
See the version list below for details.
dotnet add package DeepCloner --version 0.9.1
NuGet\Install-Package DeepCloner -Version 0.9.1
<PackageReference Include="DeepCloner" Version="0.9.1" />
paket add DeepCloner --version 0.9.1
#r "nuget: DeepCloner, 0.9.1"
// Install DeepCloner as a Cake Addin #addin nuget:?package=DeepCloner&version=0.9.1 // Install DeepCloner as a Cake Tool #tool nuget:?package=DeepCloner&version=0.9.1
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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 (59)
Showing the top 5 NuGet packages that depend on DeepCloner:
Package | Downloads |
---|---|
Masa.Blazor
Blazor UI component library based on Material Design |
|
BlazorComponent
BlazorComponent |
|
GreatUtilities.Infrastructure
Essencial tools to agile development. |
|
Xeption
Exceptional Exceptions |
|
ETLBox
A lightweight ETL (extract, transform, load) library and data integration toolbox for .NET. Source and destination components let you read and write data from the most common databases and file types. Transformations allow you to you harmonize, filter, aggregate, validate and clean your data. |
GitHub repositories (10)
Showing the top 5 popular GitHub repositories that depend on DeepCloner:
Repository | Stars |
---|---|
masastack/MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
|
|
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
|
|
Reloaded-Project/Reloaded-II
Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
|
|
RatScanner/RatScanner
Rat Scanner a helpful tool for Escape from Tarkov.
|
|
ShokoAnime/ShokoServer
Repository for Shoko Server.
|
Version | Downloads | Last updated |
---|---|---|
0.10.4 | 5,581,413 | 4/29/2022 |
0.10.3 | 1,417,501 | 10/20/2021 |
0.10.2 | 5,533,298 | 12/14/2017 |
0.10.1 | 60,842 | 6/26/2017 |
0.10.0 | 79,154 | 2/1/2017 |
0.9.4 | 3,059 | 1/14/2017 |
0.9.3 | 7,244 | 2/16/2016 |
0.9.2 | 2,619 | 2/12/2016 |
0.9.1 | 2,327 | 2/11/2016 |
0.9.0.1 | 1,983 | 2/8/2016 |
0.8.1 | 2,200 | 2/7/2016 |
0.8.0 | 4,479 | 2/5/2016 |
Seriously improved cloning of simple objects (constructor analyzing + reference counting)
Fixed small issue with possible multiple copying of same fields in object
Safe variant now correctly clones readonly fields