ItemCraftTask does not contain a definition for DequeueFixed
We get the following error:

Error while compiling: CraftingController.cs(524,27): error CS1061: Type `System.Collections.Generic.LinkedList<ItemCraftTask>' does not contain a definition for `Dequeue' and no extension method `Dequeue' of type `System.Collections.Generic.LinkedList<ItemCraftTask>' could be found. Are you missing an assembly reference?

anyone knows the fix?
same problem @nivex
Same here. Kinda blocking my server atm.
can confirm same here probably new craftable items buggering it up
Its most likely related to the crafting queue changes facepunch made. They added cool quality of life changes and with that changes a bit object structure. It broke almost all plugins crafting related :/
(21:35:24) | Error while compiling: CraftingController.cs(524,27): error CS1061: Type `System.Collections.Generic.LinkedList<ItemCraftTask>' does not contain a definition for `Dequeue' and no extension method `Dequeue' of type `System.Collections.Generic.LinkedList<ItemCraftTask>' could be found. Are you missing an assembly reference?
Plugin stopped working for my server too
Hello, is there any solution to repair this plugin please?
Several plugin-breaking changes this wipe.  It's pretty early, though.  I'm sure it will be fixed.
This is confirmed on my end. It also just maybe caused a hugeeee server halt for about 10 seconds on every player; it reflected in task manager with all assigned cores hitting zero basically during that time - Make sure you disable this for now.
yes same issue here, Is there a fix yet OR does anyone know how to get around this issue for now ?
Line 515 change you code to be like this

Moderator edit: Please see official plugin update for fix.
that works
fullbanner
Line 515 change you code to be like this

This works :) Thanks for the help man

Looks like the new patch created an error with this plugin:"Error while compiling: CraftingController.cs(524,27): error CS1061: Type `System.Collections.Generic.LinkedList' does not contain a definition for `Dequeue' and no extension method `Dequeue' of type `System.Collections.Generic.LinkedList' could be found. Are you missing an assembly reference?"Anyone else having this issue?
Locked automatically