Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
The Hidden Cost of Console.WriteLine: Understanding Performance Impact in .NET When writing or debugging code in .NET, using Console.WriteLine for logging values, tracing logic, or understanding flow ...
Title says all; It's kind of annoying when you print long single-line strings and copy & paste it somewhere else, only to find that the string is not single line anymore. Note that this is essentially ...