-
Re: GitHub Copilot integration?
Azure's OpenAI works just as well; the only downside is that you need to apply for access. (View Post) -
Re: ExecuteUpdate and ExecuteDelete
Note that the "Active Directory Interactive" connection string option is a practical solution only if the credentials are managed by Windows Single-Sign-On (otherwise it will keep re-prompt… (View Post) -
Re: Antivirus Performance Test
The next LINQPad beta will support Windows Dev Drive. Stay posted! (View Post) -
Re: DumpPanel STA exception
You can avoid this error by adding the following line of code to the start of your query: Util.CreateSynchronizationContext(); This creates a synchronization context on the main thread, which ensures… (View Post) -
Re: LINQPad 5 gets .NET 8 code
Thanks for the report - I'll get a fix into the next LINQPad 5 release. (View Post)