How to use roslyn c# compiler with visual studio 2015?
问题 I've a bit of confusion about roslyn. What I have done: I've installed vs 2015 community edition and download in extensibilty > download compiler platform sdk. So I created a simple console application: hello world example. Well now I'm expect to choise the c# compiler between the vs2015 default one and roslyn..., but I've not found such option. So my first question is: how to select version of c# compiler? Second I've downloaded master-roslyn and I build, then I found csc.exe, well the odd