-
Re: FSharp.Data in LINQPad 7
This appears to be a bug in the F# compiler: it loads the design-time assembly into the default ALC instead of the referenced assembly's ALC, which eventually results in two copies of FSharp.Core bei…1 · -
Re: [Bug] LinqPad 6, 7 : DataTable Dump() does not show RowError
This should be fixed now in the latest beta: https://www.linqpad.net/linqpad7.aspx#beta1 · -
Re: Incorrect result for fixed buffer
Fixed-length buffers should render now in the latest beta: https://www.linqpad.net/linqpad7.aspx#beta1 · -
Re: LINQPad 7 F# 6 Support
F# 6 is in today's beta: https://www.linqpad.net/linqpad7.aspx#beta Let me know how you get on.2 · -
Re: [LINQPAD 6-7] Edge Chromium Engine : Images should not be cached with `Util.Image()`
Thanks - I'll get a fix into the next build. In the meantime, you can work around it as follows: string urlPng = @$"file:///{png.Replace ('\\', '/')}?v={DateTime.Now.Ticks}";1 ·