MelonLoader icon indicating copy to clipboard operation
MelonLoader copied to clipboard

Cleanup Managed Folder

Open HerpDerpinstine opened this issue 3 years ago • 1 comments

After: https://github.com/LavaGang/MelonLoader/issues/94

Mono Library included files can be moved from MelonLoader/Managed to its own Managed folder within the Mono Library Dependencies folder. Keep all Il2Cpp Generated Assemblies within MelonLoader/Managed.

This will not only clean up the Managed folder but also prevent confusion from developers. The library files are usually referenced and included from the .NET SDK by the IDE anyways instead of manually referencing from a Managed folder.

HerpDerpinstine avatar Aug 10 '21 23:08 HerpDerpinstine

I think this has been mostly solved by #345

ds5678 avatar Dec 13 '22 23:12 ds5678