-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: IL to Emit #1015
Comments
Hi everyone, I though I'd give it a try and created a plugin here: It's still a very early alpha version, but I'm hoping that some of you might find it useful and even contribute. |
I am very interested in this feature |
I'm not sure if this is something we want in ILSpy itself; seems like a pretty niche use case. |
Closing this, because this was implemented as a plugin. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It would be very nice if the IL Spy could help writing Emit ILCodes to CS.
For ex: IL_0001: ldarg.0 should result in emitter.Emit(OpCode.ldarg0) - with the same nice output like the "IL with C#" where the code is enriched with comments of the emitted code that is written.
Of course it is not easy - espacally writing method-calls. But it would be a very helpfull tool for people that write a lot of emitted codes.
thank you!
The text was updated successfully, but these errors were encountered: