DeepCloner 0.10.4
Install-Package DeepCloner -Version 0.10.4
dotnet add 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 |
---|---|
.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 |
.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 | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on DeepCloner:
Package | Downloads |
---|---|
GreatUtilities.Infrastructure
Essencial tools to agile development. |
|
XKit.Lib.Common
Part of the XerviceKit framework for developing microservices. See https://github.com/toochevere/xervicekit for more information. |
|
Moonrise.Utils.Standard
General utilities I've found useful as I go about my day-to-day work. Particular highlights include; Extensions.EnumExtensions : "Modifiable" description attributes with parsing from descriptions to associated enum value. Extensions.DateTimeExtensions : Neat little <DateTime var>.Within to find if the DT was within the last X seconds/days/etc Extensions.StringExtensions: To & from Comma Separated Lists and extract text from within specified "marker strings". Config.Settings: Typed reading from and writing default values to the .config or .json file. Exceptions.ReasonedExceptionT: Base class for my exception pattern that accompanies an exception with an enum reason where the description attribute provides both the (formattable) message and intellisense. This leads to a centralised list of all possible exception reasons and messages. Database.TransactedConnection : Handles nested transactions/connections. Validation : A number of additional validation attributes including ListContent, Child/Parent, NonDefault |
|
CQELight
CQELight is a framework that provides tooling layer for helping developpers to get started with Domain Driven Design, Command Query Responsability Segregation and Event Sourcing. It provides abstraction upon major concepts and allow you to create your custom implementation with your tools. |
|
Xeption
Exceptional Exceptions |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on DeepCloner:
Repository | Stars |
---|---|
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
|
|
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.
|
|
papyrus-mc/papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
|
|
newbe36524/Newbe.Claptrap
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
|
Version | Downloads | Last updated |
---|---|---|
0.10.4 | 99,175 | 4/29/2022 |
0.10.3 | 356,723 | 10/20/2021 |
0.10.2 | 3,500,111 | 12/14/2017 |
0.10.1 | 44,027 | 6/26/2017 |
0.10.0 | 41,717 | 2/1/2017 |
0.9.4 | 1,749 | 1/14/2017 |
0.9.3 | 5,557 | 2/16/2016 |
0.9.2 | 1,427 | 2/12/2016 |
0.9.1 | 1,212 | 2/11/2016 |
0.9.0.1 | 879 | 2/8/2016 |
0.8.1 | 1,074 | 2/7/2016 |
0.8.0 | 1,917 | 2/5/2016 |
Excluded default comparers from cloning. Main fix for .NET6 and HashSet<string> but some other cases can be fixed too.