-
Re: updating results
LINQPad's fluent charting API doesn't allow for this, but the underlying WinForms charting control does. Hence you can do this: var customers = new[]{ new { Name = "John", TotalOrders = 100…1 · -
Re: Help with silent install for deployment
I'll get this fixed in the next release. In the meantime, you can work around this by removing the /activateall option from the setup command, and activating LINQPad afterwards as follows: "%pro…1 · -
Re: F# compilation error in Linqpad 7 when trying to use FSharp.Data packages
Looks like it could be this issue: https://github.com/fsprojects/FSharp.Data.SqlClient/issues/373 Fundamentally, it's a difficult problem to solve in .NET Core. Without application domains, resolving…1 · -
Re: LiNQPad Update Status
LINQPad 5 will continue for .NET Framework support, so there will be LINQPad 5 + LINQPad 7.1 · -
Re: LINQPad Plugins?
There is a dark feature in LINQPad that you might like to try. Create and save a query to My Queries called Automator.linq, with the following code: void Main (System.Windows.Forms.Keys key, string q…2 ·