-
Re: Keep #load statements when duplicate query by selection
Yes, and it should also pick up other directives such as #define, #undef and #LINQPad. I'll get this fixed.1 · -
Re: Add update all button to update all local nuget package caches?
It's on the list, but it's non-trivial because a proper implementation would allow it to continue running in the background, i.e., when the dialog has closed.1 · -
Re: Cannot authenticate to Azure SQL Server with MFA
A beta is now out: https://www.linqpad.net/linqpad6.aspx#beta You can now override the login's domain with a different AD domain or tenant ID in the connection dialog. Let me know how you get along.1 · -
Re: Is there any way to highlight certain rows in dump results
In the next build, you'll be able to do this: from file in new DirectoryInfo (Util.LINQPadFolder).GetFiles()select Util.HighlightIf ( file.Extension == ".exe", new { file.Name, file.Length,…1 · -
Re: Cannot authenticate to Azure SQL Server with MFA
Thanks - I'll get a beta out soon.1 ·