-
Re: EnablePreviewFeatures support for .NET Core 6.0 Preview 7?
This should now work in LINQPad 7: https://www.linqpad.net/LINQPad7.aspx You will also need to: - Add a NuGet reference to System.Runtime.Experimental - Go to Edit | Preferences > Query and check …1 · -
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 ·