-
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) -
Re: How to adjust font size by keyboard shortcut in LINQPad 8?
Thanks - this is now fixed in 8.1.3 (View Post) -
Re: LINQPad 8 can only read code snippets from Visual Studio 2017
It should pick up 2019, but there's no check for 2022. I'll fix this in the next build. (View Post) -
Re: LINQPad 8 early preview now available
There's now a guard in 8.1.2 to request confirmation before changing languages via a keyboard shortcut with scripts over 200 characters. https://www.linqpad.net/linqpad8.aspx#beta This should now be … (View Post)