Best Of
-
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 · -
Re: Formatter adding unwanted spaces and inconsistently when using multiple cursors
This should now be fixed in 9.8.2. Let me know how you get along.1 · -
Re: the web proxy I set was not working
I'll add a checkbox to make this work with scripts in the 9.8.2 beta today or tomorrow. In the meantime, you can explicitly set the proxy in your code as follows: if (Util.GetIWebProxy() is {} p…1 · -
Re: .NET 11 Preview support?
This is now available in 9.8.1.1 · -
Re: Chart Not Displaying Correctly on macOS
This is a fantastic update! Bringing Util.Chart to macOS was long overdue, and choosing Apache ECharts.js as the rendering backend was a brilliant call — it's one of the most capable and battle-…1 · -
.NET 11 Preview support?
.NET 11 Preview already released: https://dotnet.microsoft.com/en-us/download/dotnet/11.0 https://devblogs.microsoft.com/dotnet/dotnet-11-preview-1/ https://devblogs.microsoft.com/dotnet/dotnet-11-pr…1 ·
