X variable default value is unassigned or Never used errors
Possible solution step-by-step:
- Open the folder containing the Playworks Plugin Plugin
- Navigate to
pipeline/templates/LunaCompiler/Scripts
- Open up
Scripts.csproj.template
- Where it says
<NoWarn>CS0626</NoWarn>
replace it with<NoWarn>CS0626;CS7036;CS0649;CS0169;CS0414</NoWarn>