My question is basically, how can I enable the current c# language version in the NT Editor? I can use the new language features if I am editing in Visual Studio, but NT still generates compile errors after saving in Visual Studio. I CAN set the c# language to 5.0 in Visual Studio, but that just removes the compile errors and doesn't allow using new language features.
I have tried setting the language version in the csproj file itself, but the NT compile process seems to ignore the settings.
TIA!

Comment