so when i download the update notice and put it in the plugins folder it doesnt create the config and it says this in the rcon Error while compiling: UpdateNotice.cs(523,41): error CS1061: Type `ListHashSet' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet' could be found. Are you missing an assembly reference?
Type `ListHashSet' does not contain a definition for `ForEach'Fixed
Hi Oscar, Please update your Oxide and see if this resolves the issue.
Try adding the following on top of the plugin as a workaround, it seems like your LINQ library is missing or not working.
using System.Data.Linq;
Try adding the following on top of the plugin as a workaround, it seems like your LINQ library is missing or not working.
using System.Data.Linq;
You'll need to update the plugin. This is from a Rust change from List<BasePlayer> to ListHashSet<BasePlayer>.Psystec
Hi Oscar, Please update your Oxide and see if this resolves the issue.
Try adding the following on top of the plugin as a workaround, it seems like your LINQ library is missing or not working.
using System.Data.Linq;
i still get this error
Error while compiling: UpdateNotice.cs(523,41): error CS1061: Type `ListHashSet' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet' could be found. Are you missing an assembly reference?
eaven tho i have the latest oxide version of oxide
That wouldn't be physically possible if you are using the latest version of this plugin.Oscari still get this errorError while compiling: UpdateNotice.cs(523,41): error CS1061: Type `ListHashSet' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet' could be found. Are you missing an assembly reference?
eaven tho i have the latest oxide version of oxide
Locked automatically