Open Hong-Xiang opened 2 months ago
Currently we are using assembly based ILSpy decompiler, which will not work for hot module reloaded declarations.
ILSpy seems to support some Method based runtime IL decompiler, which may support hot module reload. We need to investigate this
Ideally we may want a light weight solution directly working on IL byte code
Currently we are using assembly based ILSpy decompiler, which will not work for hot module reloaded declarations.
ILSpy seems to support some Method based runtime IL decompiler, which may support hot module reload. We need to investigate this