This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Description
This would make mod development easier because we would not need to fully close and reopen Neos every time we make a change. It could also pave the way for automatic mod updates inside of Neos.
As far as I know, the main thing stopping this is that in C# you cannot load the DLL again if it contains the same class name. A way around this could be for NML to randomize the class names somehow. This was discussed a little with @art0007i already.
Could potentially be used when launching NML in Debug mode instead of enabling it by default.