-
Re: Weird message for F# expression.
This is the same error that you'll get in Visual Studio (unless you have enabled langversion:preview). The ^ end-slicing operator is not yet a standard part of F#. LINQPad has a checkbox in the prefe…1 · -
Re: LINQPad 7?
Other than what you describe, the first preview release will have feature parity with LINQPad 6 - new features will come early next year. There have been several challenges in completing LINQPad 7, o…2 · -
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 ·