-
Re: GitHub Copilot integration?
Using the Codex model from OpenAI is the simplest approach, and would enable some interesting features such as a list of customized prompts (think: "// Bugs in the following code:" or "… (View Post) -
Re: How do I change the foreground color of a hyperlinq?
Another option is to use (the more recent) LINQPad.Controls.Hyperlink. This gives you much more control: var link = new LINQPad.Controls.Hyperlink ("test", link => {} ).Dump();link.Style… (View Post) -
Re: Make it so when I update LINQPad, it uses the same taskbar icon
Also note that I'll be making a change soon that will reduce incidences of the pinned taskbar issue - particularly with betas. (View Post) -
Re: First-party NuGet Packages & non-developer/premium?
When you open a query that has NuGet package references on a machine running the free edition, it should still work. It will ask if you want to restore NuGet packages. Either answer Yes or click the … (View Post) -
Re: EF Core 7 breaking change with triggers
I've got a fix in the pipeline - it will automatically apply HasTrigger() to tables that have triggers or computed columns. (View Post)