Open lta14 opened 8 years ago
Console.WriteLine($"This should work but the compiler explodes if the string is too long!");
This leads to an IndexOutOfRangeException.
Interpolated Strings is C#6 feature. NRefactory doesn't support C# 6. You should probably consider switching to Roslyn.
Console.WriteLine($"This should work but the compiler explodes if the string is too long!");
This leads to an IndexOutOfRangeException.