-
Re: Export button disappears when LinqPad query completes
Are you in data grid mode? If so, right-click the grid, and you'll see options to export.1 · -
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 ·