-
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) -
Re: Add dump video support in LINQPad
Check out 7.6.1 - there's now a Video control in LINQPad.Controls. (View Post) -
Re: Where are the Entity Framework Classes for the Demo Database?
LINQPad creates those classes on the fly via a built-in scaffolder. You can see what it generates by pressing F12 (go to definition) on a database symbol or pressing Alt+Shift+R and then manually nav… (View Post) -
Re: lprun7 "Unable to read beyond the end of the stream"
This should now be fixed in 7.5.7. Let me know if it's still an issue. (View Post)