Vogen
Value object generator
A source generator and analyzer that helps create strongly typed domain concepts by turning primitives into value objects.
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
900 stars
6 watching
45 forks
Language: C#
last commit: 3 months ago
Linked from 1 awesome list
contributions-welcomecsharp-sourcegeneratordddddd-patternshacktoberfestopen-sourcepatterns
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| Generates boilerplate code for strongly-typed values | 36 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| A set of source generators that automate the creation of common patterns in C# code | 90 |
| Generates wrapper classes to prevent type confusion in object properties | 40 |
| Library to help create value objects with proper equality behavior | 9 |
| An API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information. | 129 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |
| Generates source code strings for attribute definitions in C#. | 7 |
| A tool to automatically generate interfaces from classes | 36 |
| A tool that provides information about the current Git branch and commit hash, and marks the build as clean or dirty based on the working tree state | 39 |
| A source generator that creates discriminated union types in C# with support for generics and implicit conversions. | 652 |
| A tool to simplify source generation in C# by allowing developers to define templates and parameters without writing custom generator code. | 98 |
| Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |