EnumClass
enum wrapper
A source generator that creates type-safe classes inspired by Kotlin's enum class
Souce Generator that will generate Kotlin like enum class but in C#
4 stars
1 watching
0 forks
Language: C#
last commit: over 1 year ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratordotnetenum-classenumerationgeneratorroslynsource-generator
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. | 181 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,750 |
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,215 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
leoformaggi/enum-utilities-generator | A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
alkenso/asenum | An enumeration library with associated values | 20 |
spinnernicholas/enumfasttostringdotnet | Automatically generates a faster enum to string conversion method | 31 |
arturbac/simple_enum | Provides efficient support for C++ enumerations with features like type-safe conversions and indexing | 22 |
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |
aantron/better-enums | A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. | 1,687 |
credfeto/credfeto-enum-source-generation | A C# source generator that creates performance-enhanced enum lookups by generating code from existing enums. | 22 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
collinalpert/lombok.net | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |