Linqpad seems to put a listener into the debug.listeners collection and then present the outputs of trace to the results window, along side any of the results from the query itself.
Is there a way of telling linqpad not to do this but to leave the existing debug.listeners collection alone?
I have an assembly I'm calling from linqpad which writes trace out to a separate application but it appears that linqpad clears down the listeners and puts its own in, ideally I would like the existing listeners left in tact so I get our normal trace out of the library.
Thanks for any suggestions Tollo