-
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) -
Re: LinqPad 5 also add AI functionality?
I'll review this after LINQPad 8 is released next month. It will mean bringing the .NET Framework version of System.Text.Json + its dependencies into LINQPad 5, which will bump other dependencies, re… (View Post) -
Re: LINQPad seems to ignore <remarks> and <exception> tags in documentation comments
Will add exception tag support in LINQPad 8. Remarks tags can get pretty long so I don't know how well this will work with tooltips unless truncated. Note that there are no remarks tags in the .NET r… (View Post)