-
Re: LINQPad for macOS: First public preview!
Check %localappdata%\LINQPad\Logs.LINQPad8 Also, you could try adding exception handling to your ShowConnectionDialog method, or use the trick suggested in the documentation, which is to add the foll…1 · -
Re: Unable to use Microsoft.CodeAnalysis.Workspaces.MSBuild package
Have you tried the "copy local" option in LINQPad's properties dialog? (Press F4 and click Advanced).1 · -
Re: Trigger TextBox TextInput event not work
@rorourke - that's correct. The TextInput event forwards the HTML element's Input event. Reliably responding to programmatic changes is tricky because the value can also be changed directly…1 · -
Re: Any plans to use AI just like "Inline Chat" in Github Copilot?
This will be coming in LINQPad 9 (it requires a new editor). I'm hoping for an early preview in a couple of months or so.1 · -
Re: Azure OpenAI's API unable to use at all for a while.
The deployment name can be anything - it's whatever you type in when creating the deployment in the Azure Portal. It doesn't have to be related to the model name.1 ·
