-
LINQPad AI Assistant Preview - feedback needed
The latest beta now has an AI coding assistant. To activate the assistant, press Ctrl+P. This will display a list of prompts, each of which starts a ChatGPT-style conversation. All messages in the co… (View Post) -
Re: Proble debugging Hyperlinq action
Have you tried adding Util.KeepRunning(); to the end of your query? (View Post) -
Re: Xml Columns
I created a subclass of XElement called LINQPadXElement which defines a static Parse method with the same signature as XElement.Parse. It works in the same way, except that it returns null instead of… (View Post) -
Re: OpenAI key changed
Either Edit | AI > Settings or Edit | Preferences and then click the AI Settings button. (View Post) -
Re: Linqpad 7 gives CS1705 on System.Runtime
In the .NET dropdown on the toolbar, make sure that you choose .NET 7. It sounds like you're choosing .NET 6. Note that if it's set to Auto, LINQPad will apply the global default setting. You can cha… (View Post)