Hong-Xiang / drilla

Drilla engine for HPC and visualization
MIT License
2 stars 4 forks source link

ILSpy Doesn't Support Hot Module Reload #37

Open Hong-Xiang opened 2 months ago

Hong-Xiang commented 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

Hong-Xiang commented 1 month ago

46 added runtime in memory assembly based workaround.

Ideally we may want a light weight solution directly working on IL byte code