LINQPad.Controls.TextBox got some behavior like string escape when it Dump

Options

I have some Query to do some file process on LINQPad 6
Recently, those Query got exception, because the directory path syntax is incorrect.

then I found, the LINQPad.Controls.TextBox.Text got some new behavior when it Dump.

I've been try same code on LINQPad 5. It's work, even Dump, TextBox.Text won't get value like string escape.

Comments