I making fast changes in my code via Visual Studio Code. As you know it doesn't have build-in compiler so I using CSC via CMD.
It's working good only for ( code <= C# 4.6 & code <= .NET 4.5 ) because that version of CSC I have.
And there is problem because I writing in new C# 6.0 and .NET 4.6 and can't compile via CSC. I have installed VS 2015 with .NET 4.6 and compilie via VS 2015 working good.
I can't find CSC in version witch support CSC in version .NET 4.6 in my computer. I have .NET 4.6 in Windows Registry(regedit).