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: over 2 years ago
Linked from 1 awesome list

csharpcsharp-sourcegeneratordotnetenumenumsroslyn

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ashenblade/enumclassA source generator that creates type-safe classes inspired by Kotlin's enum class4
engrajabi/enum.source.generatorA C# source generator that creates an enumeration class from an enum type without using reflection.181
aantron/better-enumsA compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs.1,687
tylerbrinkley/enums.netA type-safe enum utility library with high-performance extension methods and attributes management1,750
ardalis/smartenumA type-safe alternative to C# enums that supports various serialization and ORM frameworks.2,215
spinnernicholas/enumfasttostringdotnetAutomatically generates a faster enum to string conversion method31
leoformaggi/enum-utilities-generatorA tool that generates helper classes to map enums and their description attributes at compile-time.23
therocode/smartenumA 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-generationA C# source generator that creates performance-enhanced enum lookups by generating code from existing enums.22
hamedfathi/enumerationclassgeneratorA C# source generator tool to create enumeration classes from enum types with additional features and customization options.16
arturbac/simple_enumProvides efficient support for C++ enumerations with features like type-safe conversions and indexing22
alkenso/asenumAn enumeration library with associated values20
hermanussen/compiletimemethodexecutiongeneratorAllows executing code during compilation to improve runtime performance20
dalzhim/articleenumclass-v2A utility to simplify the creation of bitwise operators for custom enum classes in C++20
amatsuda/stateful_enumSimplifies state machine management with Rails and ActiveRecord626