Best Of
-
Re: LINQPad 9 feels just slower
Thanks for the info. Try the latest build. The NuGet package manager and Settings dialogs should now come up faster (especially the first time), and there's a new dark-theme pre-renderer. Let me know…1 · -
Re: Old updates and disk space
You can delete all of those if you like - the ones that are required will be regenerated.1 · -
Re: C++/CLI Dll AspNetCore load issue
Try the latest LINQPad 9 build (9.1.6). I've updated the program that generates the runtimeconfig.json so it emits an AspNetCore entry if you've enabled the ASP.NET option in script properties.1 · -
Re: ClearResults removes styles from HtmlHead
Thanks for the repro. It should be fixed in 9.1.6. Let me know how you get along.1 · -
Re: Possible Chinese UI text support for LINQPad9?
One more word. Providing Chinese (especially simplified) localization is seen as respecting the Chinese (mainland) market, and it will bring you big sales in China mainland. And if the software won't…1 · -
Re: add RemoveAttribute for HTML Control.
Quick workaround should you need it: control.HtmlElement.Run("targetElement.removeAttribute('loading');");1 · -
DumpAsSummaryDetailTest
Hi Joe, I wanted to share this in case you want to make it a feature.... Sometimes you just want dump to show detail with elbow space... Code is here: https://share.linqpad.net/2fxsjre2.linq1 · -
Re: LINQPad 9 - Early Preview now available
This should now be fixed with the latest Roslyn update in 9.1.51 · -
Re: Alt+N shortcut in References and Properties dialog to open NuGet Package Manager dialog in LINQPad9
Thanks - I'll restore these shortcuts in the next build.1 · -
Re: User defined compound assignment operators support in LINQPad9(that introduced in .NET 10 preview 5)
The Roslyn libraries have been refreshed to the latest daily build in 9.1.5, so this should now work.2 ·