when I call " Console.writeline(Obj); " with overridden ToString in my Obj then LinqPad does not show the simple String Output but some kind
when I call " Console.writeline(Obj); " with an overridden ToString in my Obj then LinqPad does not show the simple String Output but some kind of formatted object structure of Obj. I did not find a switch for that behaviour anwhere. I can work around with using Debug.WriteLine instead of Console, but a simple switch in the UI or Preferences would be nicer.
3
votes
Falco Alexander
shared this idea