Enum.Source.Generator
Enum generator
A C# source generator that creates an enumeration class from an enum type without using reflection.
A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.
180 stars
7 watching
14 forks
Language: C#
last commit: 23 days ago
Linked from 3 awesome lists
codegenerationcodegeneratorcsharp-sourcegeneratordotnetenum-fastenum-generatorenumgeneratorenumsfast-enumroslynroslyn-generatorsource-generatorsource-generators
Related projects:
Repository | Description | Stars |
---|---|---|
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
credfeto/credfeto-enum-source-generation | A C# source generator that creates performance-enhanced enum lookups by generating code from existing enums. | 19 |
leoformaggi/enum-utilities-generator | A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
spinnernicholas/enumfasttostringdotnet | Automatically generates a faster enum to string conversion method | 31 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
abice/go-enum | Generates Go enum types with optional niceties like iota definitions and string implementations. | 757 |
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |
lvyahui8/goenum | Automated enumeration type implementation with utility functions. | 12 |
ne4to/n.sourcegenerators.uniontypes | A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,742 |
musictopia2/fastenumgenerator | A utility tool for generating enumerations based on music theory | 1 |
unoplatform/uno.sourcegeneration | An API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information. | 129 |
arturbac/simple_enum | Provides efficient support for C++ enumerations with features like type-safe conversions and indexing | 21 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |