credfeto/credfeto-enum-source-generation
C# source generator for producing faster enum lookups
This tool helps C# developers improve the performance of their applications by generating optimized code for working with enumerations (enums). It takes your C# enum definitions and automatically creates extension methods to get the name or description of an enum value. Developers who need to frequently convert enum values to their string representations will find this useful.
Use this if you are a C# developer building performance-critical applications and need extremely fast lookups for enum names and descriptions.
Not ideal if your application doesn't have strict performance requirements for enum lookups, or if you prefer manual string handling for enums.
Stars
20
Forks
1
Language
C#
License
MIT
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/credfeto/credfeto-enum-source-generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...