-
Re: Compile LINQPad query (under C# Program-mode) into a standalone dll
Have you tried LINQPadless? https://github.com/atifaziz/LinqPadless (View Post) -
Re: Compile LINQPad query (under C# Program-mode) into a standalone dll
There's also now been the ability to #load other queries (since LINQPad 6). Does this help? (View Post) -
Re: SignalR NotSupportedException error at LinqPad using .NET 7 but no error for .NET 6
Go to Query Properties (F4), Advanced, and check "Use a non-collectible load context for this query". (View Post) -
Re: Request: Add async `Util.Cache()` method
For specialized scenarios, you can create your own caching methods in My Extensions. If the dictionary is stored in a static field, it will persist between executions. To illustrate a specialized sce… (View Post) -
Re: Linqpad Intellisense very slow
Thanks - I've managed to repo it on a laptop. It's the Windows listbox itself that's the culprit - it doesn't work well with 14k items. I will release a workaround soon that will more aggressively fi… (View Post)