-
Re: LINQPad 9 - Early Preview now available
9.2.14 - looks great. Thanks for all the changing.1 · -
Re: Feedback needed: New AI Editor Integration Feature
Thanks very much for the insight. The optimistic approach sounds good and more in line with VS Code, which I really like. Looking forward to the next updates.1 · -
Set results window default size and position
Hi, Is there a way to control the monitor and position of the results window when undocked? I have two monitors and usually have LINQPad(5/7) snapped to the right-hand half of the right-hand monitor.…1 · -
Re: Using AzureOpenAIClient with LINQPadTokenCredential
So thank you again. That thread did help and I'm now up and running. I now understand that there were a number of things I was not clear on: * As per the other thread I needed to add the https://logi…1 · -
Re: Show dif names when diffing lists
So my current workaround is this: void Main(){ var a = new House(1, 3); var b = new House(2, 3); Util.Dif(a, b).Dump("Dump objects"); var firstList = new List<House>() { new House(1, …1 ·