N
NVi
Guest
When testing with the debugger, it is not possible to use the Escape Sequence properly.
The example: string str = @"Joe say ""Hello"" to world";
will, whatever alternative you try, result in:
Joe say \"Hello\" to world
This makes e.g. SQL testing very difficult, often even impossible. When will this annoying BUG (yes, I think it is a bug) finally be solved?
Continue reading...
The example: string str = @"Joe say ""Hello"" to world";
will, whatever alternative you try, result in:
Joe say \"Hello\" to world
This makes e.g. SQL testing very difficult, often even impossible. When will this annoying BUG (yes, I think it is a bug) finally be solved?
Continue reading...