-
Re: Choosing the Visual Studio debugger says "Find Source LinqPadQuery.cs"
Yes, this problem has resurfaced - it appears there has been some change in the way VS handles the BOM when computing hashes on source files. There will be a LINQPad fix soon. In the meantime, you ca…2 · -
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…3 · -
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 ·
