EnumerationClassGenerator
Enum generator
A C# source generator tool to create enumeration classes from enum types with additional features and customization options.
A C# source generator to create an enumeration class from an enum type.
16 stars
3 watching
3 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratorcsharp9dotnetenumenumerationsourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
| A C# source generator that creates an enumeration class from an enum type without using reflection. | 181 |
| A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
| A C# source generator that creates performance-enhanced enum lookups by generating code from existing enums. | 22 |
| A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
| A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#. | 14 |
| Generates source code strings for attribute definitions in C#. | 7 |
| Provides a way to define and generate enumeration types with auto-completion and data storage support. | 26 |
| Automated enumeration type implementation with utility functions. | 12 |
| 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 |
| Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
| A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
| A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
| A tool for listing Microsoft 365 groups with metadata in an Azure AD tenant | 52 |
| Generates Go enum types with optional niceties like iota definitions and string implementations. | 771 |
| Automatically generates a faster enum to string conversion method | 31 |