DeepCloner 0.9.3
See the version list below for details.
dotnet add package DeepCloner --version 0.9.3
NuGet\Install-Package DeepCloner -Version 0.9.3
<PackageReference Include="DeepCloner" Version="0.9.3" />
paket add DeepCloner --version 0.9.3
#r "nuget: DeepCloner, 0.9.3"
// Install DeepCloner as a Cake Addin #addin nuget:?package=DeepCloner&version=0.9.3 // Install DeepCloner as a Cake Tool #tool nuget:?package=DeepCloner&version=0.9.3
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 (61)
Showing the top 5 NuGet packages that depend on DeepCloner:
Package | Downloads |
---|---|
BlazorComponent
BlazorComponent |
|
Xeption
Exceptional Exceptions |
|
GreatUtilities.Infrastructure
Essencial tools to agile development. |
|
ETLBox
ETLBox is a lightweight ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build Scalable Data Pipelines for SQL, NoSQL, APIs, and Flat Files # Automate Data Transformation, Validation, and Cleaning # Ideal for Data Warehousing, Migration, and Synchronization Simplify Data Integration and Automation: ETLBox provides source and destination components to read and write data from databases, APIs, and file formats like CSV, Excel, and JSON. Transformations let you harmonize, filter, aggregate, validate, and clean your data in parallel workflows. Key Features: * Supports streaming data pipelines for real-time processing * Parallel data flow processing for faster ETL pipelines * Extensive set of built-in connectors with support for custom extensions For tutorials, examples, and documentation visit: https://www.etlbox.net/ |
|
HsnSoft.Base.Json.Abstractions
Package Description |
GitHub repositories (9)
Showing the top 5 popular GitHub repositories that depend on DeepCloner:
Repository | Stars |
---|---|
Reloaded-Project/Reloaded-II
Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
|
|
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
|
|
RatScanner/RatScanner
Rat Scanner a helpful tool for Escape from Tarkov.
|
|
ShokoAnime/ShokoServer
Repository for Shoko Server.
|
|
hassanhabib/OtripleS
This is an open source schooling system, dedicated to provide a better experience for schools needing a management and communication and tutoring system all in one place. This project is aiming toward directing all the software development funds and hours to families in need, the idea of the project is to allow schools to use the system as long as the software funds in the school are directed towards financially disadvantaged families and students.
|
Version | Downloads | Last updated |
---|---|---|
0.10.4 | 6,458,109 | 4/29/2022 |
0.10.3 | 1,505,021 | 10/20/2021 |
0.10.2 | 5,682,776 | 12/14/2017 |
0.10.1 | 61,124 | 6/26/2017 |
0.10.0 | 80,005 | 2/1/2017 |
0.9.4 | 3,083 | 1/14/2017 |
0.9.3 | 7,311 | 2/16/2016 |
0.9.2 | 2,644 | 2/12/2016 |
0.9.1 | 2,351 | 2/11/2016 |
0.9.0.1 | 2,005 | 2/8/2016 |
0.8.1 | 2,225 | 2/7/2016 |
0.8.0 | 4,708 | 2/5/2016 |
Changed behaviour of cloning resources with handles. Now, they don't clone (same object is returned) due unpredictable clone results.