-
Re: Chart always returning Null (inc samples)
See https://forum.linqpad.net/discussion/3403/linqpad-9-early-preview-now-available/p2#Comment_9263 and also Joe's reply in the next message.1 · -
Re: Can I get WrapPanel to use the full-width of the screen without hardcoding the children's width?
After F12-ing on base.ChildVerticalAlign and seeing what it does, I was able to get this working using public class FullWidthWrapPanel : WrapPanel{ public FullWidthWrapPanel(params Control[] children…1 · -
Re: Certain resource files are not being put in output directory
Remove the reference to jeff.dev_aus.cert.pem, and it works. It does not seem to like two files with the same root name but with different extensions.1 · -
Re: Numerical sorting in grid when using ToDump() with Util.ToExpando.
Regarding question 1, I had a look at the internals of LinqPad to see what is going on and I think this could be fixed with a slight performance hit. At the moment, Linqpad builds a DataTable from th…1 · -
Re: Net 9 custom driver publish on nuget
That would happen if your Default Framework Version (under Edit/Preferences/Query) was 8 or earlier.1 ·