This project was absorbed by officially method available to disable the plugin sandbox.
Please remove it now.
- Go to
YourServerRootDir/HarmonyMods
directory and deleteOxideNoLimit.dll
(server must be offline) - Go to
YourServerRootDir/RustDedicated_Data/Managed
and make an empty file calledoxide.disable-sandbox
- Add
// Reference: 0Harmony
on top of each of your plugins that using Harmony
// Reference: 0Harmony
using System;
using System.Collections.Generic;
using System.Linq;
Harmony plugins now should be looking like this
--
Licensed under MIT. Comes without support & warranties.