enum-utilities-generator
Enum mapper
A tool that generates helper classes to map enums and their description attributes at compile-time.
A source generator to generate compile-time mapping of enums and description attributes
23 stars
3 watching
4 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratordotnetenumenumerationroslynsourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
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 |
automapper/automapper.extensions.enummapping | Provides mapping capabilities for enumerations in AutoMapper | 29 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
alekshura/sourcemapper | A code generator tool that uses attributes to map data from one format to another during build time. | 8 |
therocode/smartenum | A header file providing macros to simplify the declaration and use of enums in C++ with automatic string conversion and iteration support. | 62 |
credfeto/credfeto-enum-source-generation | A C# source generator that creates performance-enhanced enum lookups by generating code from existing enums. | 19 |
lvyahui8/goenum | Automated enumeration type implementation with utility functions. | 12 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
dedanton/nextgenmapper | A tool for generating mapping code between .NET objects and their destination counterparts on the fly | 42 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,742 |
elskom/gitbuildinfo.sourcegenerator | 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 |
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,198 |
pjfanning/jackson-module-scala3-enum | Provides Jackson module support for serializing and deserializing Scala3 enums | 6 |