-
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 · -
Re: LINQPad 7 is now available!
Yes, of course you can. When you purchase a LINQPad license, it works for all past versions, as well. (As you say, .NET Framework will be around for a while, and so LINQPad 5 will not disappear.)2 · -
Re: [Bug] WebView2 on wpf does not render
WPF elements auto-size and stack when you dump them, so with this control (which doesn't have a minimum size) you either have to put it in a DockPanel, or call the following method to Dump it: PanelM…1 · -
Re: [Bug] Linqpad 7, ctrl+c, ctrl+v
Thanks for reporting - this should now be fixed. There is also a "Duplicate Line" command now (Ctrl+D).1 · -
Re: EnablePreviewFeatures support for .NET Core 6.0 Preview 7?
This should now work in LINQPad 7: https://www.linqpad.net/LINQPad7.aspx You will also need to: - Add a NuGet reference to System.Runtime.Experimental - Go to Edit | Preferences > Query and check …1 ·