-
LINQPad 7 is now available!
A first preview of LINQPad 7 is now available for download: https://www.linqpad.net/LINQPad7.aspx LINQPad 7 includes full support for C# 10 and targets .NET 6. However, it's equally at home on .NET 5…4 · -
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 ·