Type `ListHashSet<BasePlayer>' does not contain a definition for `FindAll'Fixed
55 BlueprintManager - Failed to compile: 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?
Same problem

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?

Update is on the way

Merged post

Looks as updating your server is the solution
5ba216a6d7f65.png Orange
Looks as updating your server is the solution

I don't think so. Rust changed from List<BasePlayer> to ListHashSet<BasePlayer>.

5e13a8d5b2bc5.jpg 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
Perhaps they aren't using the latest version of the plugin? I don't even see FindAll usage in the current version.
5e13a8d5b2bc5.jpg 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?

Brain fart

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.

5e373eca13e50.jpg 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.

Locked automatically