-
Re: Converting any object to html (using Dump externally in Visual Studio)
Add a NuGet reference to LINQPad.Runtime and call Util.ToHtmlString or Util.CreateXhtmlWriter.1 · -
Re: how to show the image within the grid.
Add the following property to your ScreenshotObject class: public object Screenshot => Util.Image (screenshotFileName); If you update to the latest beta, you can also specify a size in which to di…1 · -
Re: ContextMenu Plugin API
I've added an experimental feature to the latest build that might help. Download 5.22.11 and create/save a query called 'Automator". Save it in "My Queries". Your query should contain …1 · -
Re: LINQPad 7 Features
The biggest new thing will be native ARM64 support. There will be an LINQPad7-arm64 launcher alongside LINQPad7 and LINQPad7-x86, with (close to) feature parity with X64. This will provide fast start…1 · -
Re: memory leak when dumping exceptions
Thanks for reporting - this should be fixed in the latest beta. https://www.linqpad.net/linqpad6.aspx#beta1 ·