Best Of
-
Re: How to add an image in the AI prompt?
Right now, the plan is for it to be at least loosely tied to the current tab in terms of editor integration, although it will be able to read files from anywhere in the filesystem (the same is true r…1 · -
Re: How to add an image in the AI prompt?
On a slight tangent, are you people open to using Claude Code? It's arguably the gold standard in coding agents and offers high-value plans (something that's no longer the case with GitHub …1 · -
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…2 · -
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 · -
Re: Any plans to use Github Copilot (NOW AVAILABLE)
Thanks - I've found what's causing this and will have a fix ready soon.1 · -
LINQPad hosted wiki
I was just looking back at the old Stack Overflow post listing out a lot of the extension methods: https://stackoverflow.com/questions/3555317/linqpad-extension-methods Considering the leadership…1 · -
Re: .NET 11 Preview support?
The C# 15 preview features should now be supported in 9.8.2. You will need to enable the .NET 11 SDK Roslyn API (new checkbox) in Settings > Script.1 ·
