I have a WPF Project, which I build with FAKE. However, since I am using C# Elements like
if (value is Datatype variable){
//CODE
}
I am no longer able to build the Program but from VS I can run it. I think the Problem is that I use a newer Compiler Version in VS. Can I Change the Compiler Version from FAKE or can I force my build-script to use a specific Version. I have tried to remove these Features to check if the Problem is really on this Syntax.