Best Of
-
Re: LINQPad AI Assistant Preview - feedback needed
LINQPad uses standard models - whichever one you choose. It hasn't been explicitly trained for LINQPad - it's learned implicitly from samples that I've posted online. And even it was trained, it woul…1 · -
Re: Possible Chinese UI text support for LINQPad9?
Thanks for your offer of support! LINQPad has indeed gained popularity in China. We have a reseller who handles local payment methods, and a Chinese version of the website. In terms of the applicatio…1 · -
Re: C# 14 Extension Member support in beta?
The LINQPad 9 early preview should be here within days :)2 · -
Re: LINQPad 5 beta & preprocessor directives
AFAIK, you get the same issue in Visual Studio when renaming symbols. Making refactoring work reliably across code that's excluded due to preprocessor directives is tricky, to say the least, and with…2 · -
Re: Why do json dump looks cut off
You are dumping out the WebResponse which includes details of the content but not the actual content itself and you still need to read it using something like using (var reader = new StreamReader(res…1 · -
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 · -
Re: Linqpad 7 not recognized installed .Net 6 SDK
Was there a solution to this problem? I have the same question but will expand it to .NET 7. It has worked before but no longer works. Maybe it's due to me but how do I recover? // No problem with ei…1 · -
Linqpad 7 not recognized installed .Net 6 SDK
I have the .NET 6 SDK installed and Linqpad 7.1.5 installed. Linqpad is not recognizing that .net 6 is available .Net 6 works in all other IDEs (VSCode, JetBrains Rider). I currently still only have …1 · -
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: Query no longer compiles in 8.8.8, did in 8.8.7
It compiles if preview disabled.2 ·