(15:19:33) | Error while compiling: CustomLootSpawns.cs(357,78): error CS0120: An object reference is required to access non-static member `FileSystemBackend.cache'
An object reference is required to access non-static member `FileSystemBackend.cache'Fixed
ditto, after the latest server/oxide update this morning, getting:Error while compiling: CustomLootSpawns.cs(357,78): error CS0120: An object reference is required to access non-static member `FileSystemBackend.cache'
As a quick fix: search for FileSystemBackend.cache and change it to FileSystem.Backend.cachequietconundrum
ditto, after the latest server/oxide update this morning, getting:
Error while compiling: CustomLootSpawns.cs(357,78): error CS0120: An object reference is required to access non-static member `FileSystemBackend.cache'
👍 worked like a charm. Appreciate that!riderxyzAs a quick fix: search for FileSystemBackend.cache and change it to FileSystem.Backend.cache
This is fixed in the latest version, thanks for the report!
same problem, I update the server and same.
can confirm, 0.2.14 still produces an error, just a new one:Error while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'
FileSystemBackend.Backend.cache should be FileSystem.Backend.cachequietconundrum
can confirm,
0.2.14still produces an error, just a new one:Error while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'FileSystemBackend.Backend.cacheshould beFileSystem.Backend.cache
Yes, had some copy/paste issues and CI not showing correctly, but all good now. ;)
thanks for your time and attention, Wulf 👍Wulf
Yes, had some copy/paste issues and CI not showing correctly, but all good now. ;)
Thx, and Goodnight.
Error while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'
You are using an old plugin version.SedoyError while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'
Wulf
You are using an old plugin version.
Here is the versionhttps://umod.org/plugins/custom-loot-spawns#documentation
[Info("Custom Loot Spawns", "k1lly0u", "0.2.14")]
Where is another version?This is very much still broken on the downloaded version btw
Even when the text in the file is correct there is something very odd happening that the compile error is showing no dot.
Locked automatically