I've tried installing the Roslyn end user preview to play around with some of the new C# 6.0 features, but I can't get it to work. I have Visual Studio Premium 2013 Update 3 installed. I've downloaded the Roslyn end user preview, and it installed without any problems. After restarting Visual Studio, I tried doing what has been suggested: create a new project to make it switch to the new compiler, then discard that project and open an existing project, or create another new project.
I've now tried to make a plain console project using the .NET 4.5 framework. However, I can't get any of the new C# 6.0 features to work. Neither auto-property initializers, declaration expressions, exception filters nor explicit constructors will compile for me. I've tried compiling identical code on a different computer without the Roslyn preview installed, and it gives me the same compilation errors, so it seems like it's still using the old compiler.
How can I make VS switch to using the Roslyn compiler instead?