-
Re: function to generate pretty type name
The one I use is var typeName = LINQPad.Extensibility.DataContext.DataContextDriver.FormatTypeName(type, false); This is mentioned in the documentation for writing your own DataContext driver where i…2 · -
Re: LINQPad 9 - Early Preview now available
Convert to class/Convert to record. Sometimes you slip in new features with just a casual little mention and I almost missed this one. That will get used a lot! Thanks (yet again).1 · -
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 ·