9 packages tagged with “cloner”
The fastest deep cloning library, supporting anything from .NET 4.6 to modern .NET 10+ with no dependencies. FastCloner uses a unique source generator capable of analyzing object graphs and cloning object without explicit annotations. For types that cannot be cloned, such as HttpClient, FastCloner uses a highly optimized reflection-based fallback. Zero dependencies, blazingly fast, built for developers who need cloning that just works.
A Simple Plug-In to Clone CRM Records from one Environment to another. Just hit the "Email a Link" Button and copy/paste the URL.
Portal Webform Clone tool to create Copy of webform with different modes
A superbly simple, object-to-object mapping library for .NET
Generic features related to HTTP and HTTPS. Contains extensions to HttpContent, and cloning an HttpRequestMessage via the HttpRequestMessageCloner.
A deep cloner for C# objects.
Source generator for FastCloner that generates high-performance deep clone methods at compile time.
Extension method to clone object using serialization.
Provides a set of methods to deep-copy an instance of any object. Implemented in Common Intermediate Language (.NET Assembler) offering performance equivalent to hand-written C# code. Multi-targeted libraries. (NOT a .NET Standard library) No dependencies.