LINQPad4/5 - Exported XML comes out badly formatted
Versions v4.57.01 and v5.00.06.
I think since the XML formatting was updated, exported results are coming back mostly unformatted. The results window shows formatting as expected.
e.g.,
is formatted as:
I've only tested exporting to html, but I imagine exporting to excel or word does something similar.
I think since the XML formatting was updated, exported results are coming back mostly unformatted. The results window shows formatting as expected.
e.g.,
<root>
<children>
<child>value1</child>
<child>value2</child>
</children>
</root>
is formatted as:
<
root
>
<
children
>
<
child
>value1</child><child>value2</child></children></root>
I've only tested exporting to html, but I imagine exporting to excel or word does something similar.
Comments