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 |
---|---|---|
| A C# source generator that creates an enumeration class from an enum type without using reflection. | 181 |
| A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
| A type-safe enum utility library with high-performance extension methods and attributes management | 1,750 |
| A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,215 |
| Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
| A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
| An enumeration library with associated values | 20 |
| Automatically generates a faster enum to string conversion method | 31 |
| Provides efficient support for C++ enumerations with features like type-safe conversions and indexing | 22 |
| Generates code for enum classes in C++ | 9 |
| A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. | 1,687 |
| A C# source generator that creates performance-enhanced enum lookups by generating code from existing enums. | 22 |
| Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |