DeepCloner 0.10.2
See the version list below for details.
dotnet add package DeepCloner --version 0.10.2
NuGet\Install-Package DeepCloner -Version 0.10.2
<PackageReference Include="DeepCloner" Version="0.10.2" />
paket add DeepCloner --version 0.10.2
#r "nuget: DeepCloner, 0.10.2"
// Install DeepCloner as a Cake Addin #addin nuget:?package=DeepCloner&version=0.10.2 // Install DeepCloner as a Cake Tool #tool nuget:?package=DeepCloner&version=0.10.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
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 |
Removed System.Reflection namespace (especially System.Reflection.Emit) from cloning.
More accurate checking for empty constructors.