-
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 · -
Re: Can't seem to get LoadLibraryA or LoadLibraryW to work in Linqpad 5 or 6
Your import for LoadLibraryW looks wrong: the parameter should be UnmanagedType.LPWStr. Also, in LINQPad 6, you might want to check out .NET Core's NativeLibrary.Load function.1 ·