Introducing ILSpy.ReadyToRun - #1872
Conversation
|
How about a fourth option - have the copy of the code for Edit (because of time zone differences): yes, the intention would be that you "own" the copy in a repo of yours, and also publish that temp NuGet (can be obsoleted later) - that way you have full control over the changes & when you need them for your pull requests. |
420d792 to
595ec17
Compare
…t on my personal feed
2e9d994 to
e5866d3
Compare
|
The changes look good to me, thanks! |
|
Are you planning on fixing/implementing all things marked |
My hope is to merge in a minimally viable product first and then address the rest later. If you believe any of the TODOs should be addressed upfront, please let me know. |
|
Thank you very much! LGTM |
Fixes #1864
This PR introduces
ILSpy.ReadyToRun, a plugin for disassembling pre-compiled methods contained in a ready-to-run image.The code is the same as what I wrote before arranged as a plugin.
@christophwille