-
Re: Tabs are converted to spaces (even though configured not to)
The option in LINQPad that controls whether tabs are converted to spaces applies only to the editor. With the results panel, output is rendered as HTML which doesn't normally render tabs except as or…1 · -
Re: Writing custom visualizer for Linqpad 6
In this case, you don't even need the conditional: tv.Dump(title) will work for both LINQPad 5 and 6. The reason for not being able to access PanelManager is that LINQPad.Runtime does not have any de…1 · -
Re: Text zoom percentage
Sorry, I answered the wrong question. Yes, Ctrl+0 resets the results zoom. I've also been getting requests to reset the editor zoom, which will be implemented shortly.1 · -
Re: The type initializer for 'DumpExtensions' threw an exception.
See https://stackoverflow.com/questions/64269029/linqpad-throwing-dumpextensions-exception/64271970#642719701 · -
Re: Reference to CoreLib from EF context?
This is a scenario I never anticipated: you have .NET 3.0 Desktop runtime installed without .NET 3.0 Core. To fix this, either uninstall .NET Desktop 3.0, or, if you need it, re-install the 3.0 SDK. …1 ·