All plugins failing to compileSolved

Hey.

After RUST update plugins are not compiling after start. I need to manually "replace" them on FTP to the same one, or write oxide.load <plugin name>, not *.

Small log:

(20:30:30) | [RCON][85.221.148.224:33973] oxide.load *
(20:30:30) | Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'
(20:30:30) | Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'
(20:30:30) | Added '// Reference: System.Drawing' in plugin 'SignArtist'
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling: AdminRadar.cs(1419,65): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `Find' and no extension method `Find' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:
(20:30:41) | Error while compiling:

And on oxide.plugins there is something like that:

9bDMb5d.png

You have one plugin breaking the compiler for the rest. Start by removing the obvious one that is showing an error and go from there.
error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?
5b72d61063439.png GermanRuss
error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?
That is a plugin-specific error, please use the section for each plugin with those sort of issues.
Okay yeah. I've removed them and working. Thanks! :D
Locked automatically