-
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 · -
Re: Install path of LINQPad nuget manager
By default, LINQPad works like a Visual Studio 2019 library project in this regard: only the output DLL is copied to the output folder, and NuGet dependencies are picked up on the fly from the NuGet …1 ·