Testura/Testura.Code
Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.
This tool helps C# developers automate the creation, saving, and compiling of C# code. You provide high-level instructions to generate code structures like classes, methods, and statements, and it outputs the complete, ready-to-use C# source code and can even compile it into a DLL or run it in memory. It's designed for developers who need to programmatically generate C# code.
296 stars. No commits in the last 6 months.
Use this if you are a C# developer who needs to programmatically generate, manipulate, and compile C# code for tasks like building code generators, metaprogramming, or creating dynamic applications.
Not ideal if you are looking for a user-friendly interface to build applications without writing code, or if you are not a C# developer.
Stars
296
Forks
28
Language
C#
License
MIT
Category
Last pushed
May 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Testura/Testura.Code"
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...