-
Re: Custom config file with separate configs sections
This should be fixed in the new beta - LINQPad now parses the .config file and looks for all the configSource attributes and then copies over the files. http://www.linqpad.net/download.aspx#beta1 · -
Re: Issues with UI bleeding through from background
Thanks - I've now got a repro. It appears to be a bug in Windows 10 - it fails to virtualize the window size/position in certain conditions. I've written a workaround into the 5.22.05 beta which work…1 · -
Re: Linqpad switch to Results panel programmatically
You can now do this in the new beta: http://www.linqpad.net/download.aspx#beta Util.SelectedOutputPanelIndex = 0;2 · -
Re: Debug information?
Are you referring to line numbers within the assembly that you're referencing? If so, LINQPad does not copy over the PDB files to avoid the I/O overhead. However, there are a couple of workarounds. T…3 · -
Re: DebuggerDisplay attribute
This feature has never been implemented. It's quite a lot of work, given the range of expressions that can go into the attribute. It does honor the ToString method, though, if you override that.1 ·