-
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) -
Re: GitHub Copilot integration?
Update: LINQPad now uses GPT-3.5-Turbo instead of Codex, due to the latter's impending doom. GPT-3.5-Turbo is more modern and (considerably) cheaper than Codex, however its natural language focus mea… (View Post) -
Re: Is there a simple way to make two Dump() outputs scroll independ of each others?
Not out of the box. You could implement this as an extension that uses LINQPad's HTML controls. Here is a simple method that dumps content inside a div with a border: void Main(){ object content = &q… (View Post) -
Re: [Feature] Add additional package links in the LINQPad NuGet Manager
Check out the latest beta - it implements most of these features. (View Post)