Unfuck Oxide’s Assembly Loader

I’ve decided to open source one of my Harmony mods I use to unfuck the oxide assembly loader. By default, the Oxide assembly loader that pulls in references encountered with the // Reference: tag will only pull them in from the Managed folder. This makes it very difficult to reference code you may share in a Harmony mod, or create a workflow where Harmony mods and Oxide plugins need to work together.

I suppose Oxide could fix this but I have low faith they will. So here it is, enjoy.

https://github.com/SplashGamingdotgg/UnfuckAssemblyLoader