DangerousTreasures - Failed to compile: DangerousTreasures.cs(2265,101): error CS1061: Type `System.Collections.Generic.KeyValuePair<ulong,Rust.Workshop.ApprovedSkinInfo>' does not contain a definition for `Skinnable' and no extension method `Skinnable' of type `System.Collections.Generic.KeyValuePair<ulong,Rust.Workshop.ApprovedSkinInfo>' could be found. Are you missing an assembly reference?
Type `System.Collections.Generic.KeyValuePair<ulong,Rust.Workshop.ApprovedSkinInfo>' does not contain a definition for `Skinnable'Fixed
we are having the same issue here.
Yep same here need update , we hope we get it
it is quiet simple... the error comes from IsNullOrEmpty call.
This thread is about a compile error, not a null check. The method changed in Rust, which is why this error happened. It doesn't have anything to do with null or any check or call.jeffthibault
it is quiet simple... the error comes from IsNullOrEmpty call.
okay, i only guessed it could help point that out Wulf.
humm any idea how we could bypass this error if we want make ourself a tempoary fix?
humm any idea how we could bypass this error if we want make ourself a tempoary fix?
jeffthibault
okay, i only guessed it could help point that out Wulf.
humm any idea how we could bypass this error if we want make ourself a tempoary fix?
Update the plugin to the latest version.
Locked automatically