i have visual studio 2015 and .net framework 4.5
i found that roslyn compiler is lunch with visual studio 2015(as default compiler ) but i dnt knw that i am using roslyn compilet or not.
i want to know that how can i know which compiler i am using by command ?
i found this code
Console.Write(typeof(string).Assembly.ImageRuntimeVersion);
but this not showing right thing i want name of compiler.
this is showing about roslyn compiler but does not show any command that show compiler name.
How to use roslyn c# compiler with visual studio 2015?
Note: i am new in this thing