I just installed the .NET Framework 4.6 on my machine and then created a ConsoleApplication targeting .NET Framework 4.6 with Visual Studio 2013.
I wrote the following in the Main
method:
string test = "Hello";
string format = $"{test} world!";
But this does not compile. Doing the same in Visual Studio 2015 works.
Why?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…