SmartEnum
Enum wrapper
A type-safe alternative to C# enums that supports various serialization and ORM frameworks.
A base class for quickly and easily creating strongly typed enum replacements in C#.
2k stars
23 watching
169 forks
Language: C#
last commit: about 1 month ago
Linked from 1 awesome list
cleancsharpddddesign-patternsdomain-driven-designdotnetdotnet-coreenumhacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
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 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,740 |
quicknir/wise_enum | A C++ library that provides a reflective enum implementation | 289 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
aantron/better-enums | A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. | 1,672 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
alkenso/asenum | An enumeration library with associated values | 20 |
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
leoformaggi/enum-utilities-generator | A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
lloydmeta/enumeratum | An enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations. | 1,192 |
spinnernicholas/enumfasttostringdotnet | Automatically generates a faster enum to string conversion method | 31 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 623 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |