Type `ListHashSet' does not contain a definition for `ForEach'Fixed
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?
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;
5b873690c16e5.png 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;
You'll need to update the plugin. This is from a Rust change from List<BasePlayer> to ListHashSet<BasePlayer>.
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

Oscar
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.
Locked automatically