Best Of
-
Support export LINQPad script into "dotnet run app.cs" file
Microsoft has recently released .NET 10 Preview 4, which includes a dotnet run app.cs feature. I think it's very similar to the execution environment of LINQPad. I wonder if LINQPad can provide an &q…6 · -
Azure OpenAI's API unable to use at all for a while.
I'm sure my Azure OpenAI Service is able to use, but I just can't use in LINQPad. Host runtime version: 8.0.15Default query runtime version: 9.0.4Default query reference assembly version: 9.0.4Roslyn…9 · -
Any plans to use AI just like "Inline Chat" in Github Copilot?
I usually write comments in LINQPad first, then trigger AI completion to get code suggestions. However, if I want to modify a part of the code, there isn't a very convenient way to do it. I wonder if…17 · -
Re: Using namespace in LINQPad code (C# Program mode)
In case anyone is still interested... You just have to close out the scope (see the } before the "Define other methods..." comment and then reopen the scope (class EOF {).void Main() { MyNa…5 · -
Experimental support for Chromium Engine
The latest LINQPad 6 beta can now use Edge's Chromium engine to render results. To enable, go to Edit | Preferences > Results. Benefits include sticky table headers, correct double/triple click be…7 · -
LINQPad pathologically slow behavior on large scripts after many edits
TL;DR The syntax-highlighting editor used by LINQPad 6 (and presumably LINQPad 5) exhibits O(n^2) behavior after many edits Version info (a second bug: Ctrl-C does not copy the currently selected tex…7 · -
LINQPad 6 for .NET Core 3 - preview now available!
An early preview of LINQPad for .NET Core 3 Desktop is now available for download: https://www.linqpad.net/LINQPad6.aspx In addition to targeting .NET Core 3, there are a bunch of new features:* You …7 · -
Re: Linqpad version 6
It's a huge project. Most of the work has been in bringing the current experience to .NET Core. For example, being able to reference a .NET Core library - and have its dependencies resolve correctly …7 · -
Re: License for LinqPad on AWS
I've added EC2 support, and will upload a beta in next day or two. I've also looked into Aliyun - I've set up an account and created a VM - but supporting it looks like a harder project.5 · -
Re: How do I get monospaced results
Edit/Preferences/Results. Set the Style Sheet for text (HTML) results to custom and click on Launch Editor and then you can addbody { margin: 0.3em 0.3em 0.4em 0.4em; font-family: Consolas; font-size…5 ·