DeepCloner 0.9.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DeepCloner --version 0.9.2
NuGet\Install-Package DeepCloner -Version 0.9.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="DeepCloner" Version="0.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeepCloner --version 0.9.2
#r "nuget: DeepCloner, 0.9.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 DeepCloner as a Cake Addin
#addin nuget:?package=DeepCloner&version=0.9.2

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

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 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. 
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 (50)

Showing the top 5 NuGet packages that depend on DeepCloner:

Package Downloads
BlazorComponent

BlazorComponent

GreatUtilities.Infrastructure

Essencial tools to agile development.

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.

Xeption

Exceptional Exceptions

XKit.Lib.Common

Part of the XerviceKit framework for developing microservices. See https://github.com/toochevere/xervicekit for more information.

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on DeepCloner:

Repository Stars
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
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.
Reloaded-Project/Reloaded-II
Next Generation Universal .NET Core Powered Mod Loader compatible with anything X86, X64.
ShokoAnime/ShokoServer
Repository for Shoko Server.
Version Downloads Last updated
0.10.4 3,251,706 4/29/2022
0.10.3 1,179,668 10/20/2021
0.10.2 5,022,187 12/14/2017
0.10.1 58,546 6/26/2017
0.10.0 72,061 2/1/2017
0.9.4 2,964 1/14/2017
0.9.3 7,074 2/16/2016
0.9.2 2,533 2/12/2016
0.9.1 2,238 2/11/2016
0.9.0.1 1,884 2/8/2016
0.8.1 2,117 2/7/2016
0.8.0 3,570 2/5/2016

Fixed small issue with cloning primitive types casted as an object