yallie/RunSharp
Syntactic sugar improvements for the RunSharp library
This is a tool for .NET developers who need to create or modify code dynamically while their application is running. It helps you programmatically define new classes, methods, and other code structures. You provide instructions for the code you want to generate, and it outputs executable .NET assemblies or modules. This is for C# or VB.NET developers working on advanced runtime code generation.
No commits in the last 6 months.
Use this if you are a .NET developer building applications that need to generate, compile, and execute new code on-the-fly, such as for plugin architectures or metaprogramming.
Not ideal if you primarily work with pre-compiled code or if your application doesn't require runtime code generation capabilities.
Stars
21
Forks
3
Language
C#
License
MIT
Category
Last pushed
Mar 09, 2015
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/yallie/RunSharp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.