The cleanest/best way to Reflection.Emit (.NET Core)?
I know people like to use sharplab to view the IL, and emit it directly.
However, (IMO) doing this leads to code that isn't easy to follow. Is there something easier to implement and maintain?
What about compiling C# from strings?
What is the best code base out there that I should be referring to?
0 comments:
Post a Comment