beardgame/fluentsourcegen
Allows using C# source generators using a fluent, type safe interface rather than string templating.
This library helps C# developers create source generators more reliably and efficiently. Instead of manually constructing code as strings, developers define the desired code structure using a fluent, type-safe interface. This process generates correct and well-formatted C# code, reducing bugs and simplifying future refactoring for those building C# tooling or highly optimized applications.
No commits in the last 6 months.
Use this if you are a C# developer who needs to programmatically generate C# code and want to avoid the pitfalls and rigidity of string-based code generation.
Not ideal if you are looking for a stable library for production use, as it is currently under heavy development with evolving interfaces.
Stars
25
Forks
—
Language
C#
License
MIT
Category
Last pushed
May 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/beardgame/fluentsourcegen"
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...