-
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 · -
Re: Framework version per query
There's now a dropdown box in the toolbar: https://twitter.com/rothdave/status/1308775566351499264/photo/11 ·