BetterEnums

Enum enhancer

Improves C# enum usability and performance by adding extension methods and attributes.

Actual C# Enums with values and better performance as a source generator

GitHub

39 stars
1 watching
2 forks
Language: C#
last commit: 8 months ago
Linked from 1 awesome list

csharpcsharp-sourcegeneratordotnetenumenumsroslyn

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ashenblade/enumclass A source generator that creates type-safe classes inspired by Kotlin's enum class 4
engrajabi/enum.source.generator A C# source generator that creates an enumeration class from an enum type without using reflection. 180
aantron/better-enums A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. 1,672
tylerbrinkley/enums.net A type-safe enum utility library with high-performance extension methods and attributes management 1,740
ardalis/smartenum A type-safe alternative to C# enums that supports various serialization and ORM frameworks. 2,195
spinnernicholas/enumfasttostringdotnet Automatically generates a faster enum to string conversion method 31
leoformaggi/enum-utilities-generator A tool that generates helper classes to map enums and their description attributes at compile-time. 23
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
hamedfathi/enumerationclassgenerator A C# source generator tool to create enumeration classes from enum types with additional features and customization options. 16
arturbac/simple_enum A library providing efficient and type-safe C++ enumeration support features 21
alkenso/asenum An enumeration library with associated values 20
hermanussen/compiletimemethodexecutiongenerator Allows executing code during compilation to improve runtime performance 20
dalzhim/articleenumclass-v2 A utility to simplify the creation of bitwise operators for custom enum classes in C++ 20
amatsuda/stateful_enum Simplifies state machine management with Rails and ActiveRecord 623