WrapperValueObject
Value object generator
Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting
A .NET source generator for creating simple value objects wrapping primitive types.
53 stars
5 watching
3 forks
Language: C#
last commit: almost 4 years agoLinked from 2 awesome lists
csharpcsharp-sourcegeneratordotnetdotnet-coredotnet-standarddotnetcoresource-gensource-generationsource-generatorssourcegeneratorvalue-object
Related projects:
| Repository | Description | Stars |
|---|---|---|
| Generates wrapper classes to prevent type confusion in object properties | 40 | |
| Generates boilerplate code for strongly-typed values | 36 | |
| A source generator and analyzer that helps create strongly typed domain concepts by turning primitives into value objects. | 900 | |
| Library to help create value objects with proper equality behavior | 9 | |
| Generates source code strings for attribute definitions in C#. | 7 | |
| A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 | |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 | |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 | |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 | |
| Generates overloads to handle variable-length parameter arrays without heap allocations | 5 | |
| An auto-generation tool for adding clone methods to classes in C# | 73 | |
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 | |
| A type-safe sum type library for C# that enables the creation of compact variants with compile-time checked constraints and generated interfaces. | 70 | |
| Generates extension methods for immutable data types in .NET. | 41 | |
| A fast alternative to Activator.CreateInstance for creating objects in .NET. | 244 |