-
Re: Expression string dump bug?
That's right - Dump() is a fluent method that returns the input. This lets you to inject Dump() into the middle of statements: new[] { 11, 5, 17, 7, 13 } .Dump ("Prime numbers") .Where…1 · -
Re: How can I coax LPRun (any version) to run within Azure App Services' Kudu/SCM?
lprun targets .NET Desktop which isn't installed on Azure App Services. This is to allow scripts to access .NET Desktop features and ensure that they don't fail to compile if there are any …1 · -
Re: accept autocomplete key not working as expected
I see: you're saying that the tab key should be privileged in being able to confirm selections, whether or not the selection is virtual. Makes sense. This is an easy fix - it should hopefully ma…2 · -
Re: SandDance extension
According to Sonnet, this is caused by the use of iframes in Safari. Here's the suggested fix: https://share.linqpad.net/mpeqq32m.linq1 · -
Re: Editor layout shifts/jumps when Roslyn lightbulb toggles (v9.7.13)
Can you give an example of something that triggers this? Edit: Never mind, figured out a repro: new Action (() =>{ RSA foo;})1 ·
