Is it possible to use optional parameters (and other purely-syntactical C# 4.0 features) in Windows Phone XNA applications?
I've read and heard conflicting information about this. In the Advanced Build Settings for my application, the Language Version is set to C# 3.0 (C# 4.0 is not available in the Language Version drop-down list). Is 3.0 the "official" C# version that's going to be used initially for Windows Phone development?
Am I silly for even expecting C# 4.0 features to be available at all?