DeepCloner 0.10.4
dotnet add package DeepCloner --version 0.10.4
NuGet\Install-Package DeepCloner -Version 0.10.4
<PackageReference Include="DeepCloner" Version="0.10.4" />
paket add DeepCloner --version 0.10.4
#r "nuget: DeepCloner, 0.10.4"
// Install DeepCloner as a Cake Addin
#addin nuget:?package=DeepCloner&version=0.10.4
// Install DeepCloner as a Cake Tool
#tool nuget:?package=DeepCloner&version=0.10.4
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-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 (44)
Showing the top 5 NuGet packages that depend on DeepCloner:
Package | Downloads |
---|---|
Blazorise
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material. |
|
BlazorComponent
BlazorComponent |
|
GreatUtilities.Infrastructure
Essencial tools to agile development. |
|
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.
|
|
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 | 2,210,097 | 4/29/2022 |
0.10.3 | 1,027,988 | 10/20/2021 |
0.10.2 | 4,734,520 | 12/14/2017 |
0.10.1 | 51,330 | 6/26/2017 |
0.10.0 | 55,093 | 2/1/2017 |
0.9.4 | 2,373 | 1/14/2017 |
0.9.3 | 6,457 | 2/16/2016 |
0.9.2 | 1,945 | 2/12/2016 |
0.9.1 | 1,660 | 2/11/2016 |
0.9.0.1 | 1,320 | 2/8/2016 |
0.8.1 | 1,547 | 2/7/2016 |
0.8.0 | 2,754 | 2/5/2016 |
Excluded default comparers from cloning. Main fix for .NET6 and HashSet<string> but some other cases can be fixed too.