MonkeyModdingTroop / MonkeyLoader

A convenience and extendability focused mod loader using NuGet packages.
https://monkeymoddingtroop.github.io/MonkeyLoader/index.html
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Neatly integrate Hot-Reloading #7

Open Banane9 opened 2 months ago

Banane9 commented 2 months ago

Currently, the assembly modifications for hot-reloading just happen inside the NugetPackageMod and don't include editing the PDBs for debugging as well. This should be made more generic and added.