Console.WriteLine($"This should work but the compiler explodes if the string is too long!"); This leads to an IndexOutOfRangeException.
Console.WriteLine($"This should work but the compiler explodes if the string is too long!");
This leads to an IndexOutOfRangeException.