Cloneable
Class copier
An auto-generation tool for adding clone methods to classes in C#
Auto generate Clone method using C# Source Generator
73 stars
3 watching
11 forks
Language: C#
last commit: almost 2 years ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
| A Source Generator project that provides a fluent configuration system for deep cloning objects | 5 |
| Generates code for copying data between two types | 43 |
| A code generator tool that produces custom copying logic between data structures without relying on reflection or extra dependencies. | 357 |
| Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| Copies files from source to destination based on glob patterns and options | 426 |
| A utility for copying files from multiple sources to a single destination directory or subdirectory with customizable options. | 410 |
| Generates source code strings for attribute definitions in C#. | 7 |
| Generates extension methods for immutable data types in .NET. | 41 |
| Generates modified PrintMembers method for C# records to include or exclude members | 6 |
| A tool that provides a simple file copying mechanism in Go | 22 |
| Copies files from source to destination using streams and directory utilities. | 346 |
| A NodeJS module for copying files recursively while filtering and customizing the copy process. | 79 |
| Allows executing code during compilation to improve runtime performance | 20 |