FastDeepCloner 1.3.6

.NET Core 2.0 .NET Standard 1.3 .NET Framework 4.5.1
dotnet add package FastDeepCloner --version 1.3.6
NuGet\Install-Package FastDeepCloner -Version 1.3.6
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="FastDeepCloner" Version="1.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastDeepCloner --version 1.3.6
#r "nuget: FastDeepCloner, 1.3.6"
#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 FastDeepCloner as a Cake Addin
#addin nuget:?package=FastDeepCloner&version=1.3.6

// Install FastDeepCloner as a Cake Tool
#tool nuget:?package=FastDeepCloner&version=1.3.6

FastDeepCloner is very fast portable library, This is a C# cross platform library that is used to deep clone objects, whether they are serializable or not. It intends to be much faster than the normal binary serialization method of deep cloning objects.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on FastDeepCloner:

Package Downloads
EntityWorker.Core

EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework. And it have support to multiple providers like mssql, sqlite and postgressql. Note: We had come a long way now. Linq to SQL is working well now. Please provide any information on bugs or improvement you may find or think of.

RecShark.Extensions

Provides some extensions

GivenSpecs

A gherkin compatible testing framework for .NET core. This is library to add to the test projects.

CSoft.DataPairs

使用SQLite和文件存储数据键值的类库

Rest.API.Translator

Rest.API.Translator is a small library that translate interface to valid rest api calls. So instead of using url for each methods, you only use interface and expression to build a valid call to your rest api.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on FastDeepCloner:

Repository Stars
force-net/DeepCloner
Fast object cloner for .NET
CircumSpector/DS4Windows
A reimagination of DS4Windows.
Version Downloads Last updated
1.3.6 238,152 10/16/2021
1.3.5 277,746 5/18/2020
1.3.4 934 5/8/2020
1.3.3 39,730 3/6/2020
1.3.2 489 3/5/2020
1.3.1 16,127 1/20/2020
1.3.0 36,779 11/14/2019
1.2.9 6,674 10/20/2019
1.2.7 2,521 9/29/2019
1.2.6 507 9/27/2019
1.2.5 39,133 7/10/2019
1.2.4 3,724 7/4/2019
1.2.0 1,585 6/29/2019
1.1.9 1,460 6/24/2019
1.1.8 1,749 6/8/2019
1.1.5 81,920 5/10/2019
1.1.3 115,402 12/5/2018
1.1.1 7,014 3/11/2018
1.1.0 1,374 3/8/2018
1.0.25 3,885 1/9/2018
1.0.23 1,973 1/6/2018
1.0.22 4,783 12/25/2017
1.0.21 3,525 10/1/2017
1.0.20 1,508 9/28/2017
1.0.19 1,802 9/23/2017
1.0.18 2,215 6/27/2017
1.0.17 3,071 6/18/2017
1.0.16 1,339 6/15/2017
1.0.15 1,280 6/15/2017
1.0.14 1,421 5/16/2017
1.0.13 3,844 3/9/2017
1.0.12 1,324 2/25/2017
1.0.11 1,613 2/18/2017
1.0.10 1,367 2/11/2017
1.0.9 2,165 1/7/2017
1.0.8 1,448 1/1/2017
1.0.7 1,557 12/31/2016
1.0.5 1,958 9/23/2016
1.0.3 2,066 9/22/2016
1.0.2 2,756 9/21/2016
1.0.1 4,644 9/20/2016

Create NoneCloneableAttribute to fix some issue with cloning GUI controls.