-
Re: Maximum rows to display in Rich Text Mode < 1000 is ignored
The new build is now available: https://www.linqpad.net/Download.aspx#beta1 · -
Re: Get current setting for "Maximum rows to display" from inside query?
The following will query the setting: int? GetMaxQueryRows() { string userOptionsPath = Path.Combine ( Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), "LINQPad", &quo…2 · -
Re: Invoking a PowerShell Script from LINQ
There's nothing out of the box, although you could write a method in 'My Extensions' easily enough to help with this, using the PS management types. For instance, the following executes the Get-Proce…1 · -
Re: Images in html export.
nescafe is using the overload of Util.Image that takes a URI rather than a byte array, so there is no associated image file.1 · -
Re: Deja Vu - Cannot open LinqPad without every aspect of referencing DLL's broken
I guess the crux of your main question is:Why would I add references to dll's that are already referenced by my project's dll? The answer depends on what kind of error you're getting. There are two p…1 ·