-
Re: How to know the number of times a subquery executes?
Here's another way: string[] colors = { "green", "brown", "blue", "red" };var query = from c in colors where c.Length == colors.Max(c2 => c2.Length).Dump (&… (View Post) -
Re: Seems like incorrect behavior of LINQPad
LINQPad's query processes don't shut down after the main thread finishes. This makes it faster, as well as more useful as a scripting tool - features such as Util.Cache rely on preserving the process… (View Post) -
Re: Finish LINQPad Dark Theme?
The main menu, all context menus and the main toolbar will be properly dark-theme rendered in the first release of LINQPad 8 (there should be a preview out next week). The icons in the TreeViews (and… (View Post) -
Re: [Feature] Util.HTMLHead.AddScriptFromUri and Util.HTMLHead.AddScript should support type=module
The problem is caused in the JavaScript that LINQPad generates to parse script attributes before adding them to the DOM - it only looks at specific attributes and hard-codes the type attribute. I'll … (View Post) -
Re: Azure SQL & Azure MFA with PIN-protected YubiKey not working
A WebView2 upgrade for the MSAL libraries has been in the pipeline for a while and has been completed for LINQPad 8. A beta should be out within a few weeks - hopefully this should resolve your issue. (View Post)