-
Re: LINQPad 9 is missing the "Pick from Assemblies" feature, will it return?
It is back in the latest beta - version 9.7 From https://www.linqpad.net/LINQPad9.aspx#beta1 · -
Re: Breakpoints in event handlers not triggering
Add the following to the start of your script. Util.KeepRunning();1 · -
Re: virus detected in preview 9
1 of 67 is a pretty good indicator that the 1 is a false alarm See https://www.virustotal.com/gui/file/a0ccd81cac30a097fc04da0e19e51db131b2367b8c5059a9c87b6a8eaed06145/detection1 · -
Re: Why do json dump looks cut off
You are dumping out the WebResponse which includes details of the content but not the actual content itself and you still need to read it using something like using (var reader = new StreamReader(res…1 · -
Re: Query no longer compiles in 8.8.8, did in 8.8.7
Do you have C# preview features enabled? Sounds like https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/first-class-span-types#calling-reverse-on-an-array2 ·