Type `ListHashSet<BasePlayer>' does not contain a definition for `FindAll'Fixed
Error while compiling: BlueprintManager.cs(164,55): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `FindAll' and no extension method `FindAll' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?
Merged post
Looks as updating your server is the solution
Orange
Looks as updating your server is the solution
I don't think so. Rust changed from List<BasePlayer> to ListHashSet<BasePlayer>.
Wulf
I don't think so. Rust changed from List<BasePlayer> to ListHashSet<BasePlayer>.
I dont have any issues in IDE + it works on my server
Merged post

here you go
Wulf
Perhaps they aren't using the latest version of the plugin? I don't even see FindAll usage in the current version.
That's maybe right. Maybe you will add plugin version in error when compiling?
Blueprint Manager Jacob 1.0.4
apologies
Error while compiling: BlueprintManager.cs(164,55): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `FindAll' and no extension method `FindAll' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?
This is the version that I've downloaded without touching. No idea whats causing this.
imkat98
Error while compiling: BlueprintManager.cs(164,55): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `FindAll' and no extension method `FindAll' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?This is the version that I've downloaded without touching. No idea whats causing this.
Update, you're using an old version.