-
Re: Query no longer compiles in 8.8.8, did in 8.8.7
It compiles if preview disabled. (View Post) -
Re: LinqPad navigation properties populated show in rich text
What is this type? Where it came from? Are you sure it is not delay loaded? Please provide minimum working example. (View Post) -
Re: linqPad IWebdriver want to connect to Mysql ?
IWebdriver has no relation to LINQPad. It's part of Selenium. Since broken collection Mysql is selected script fails on startup. (View Post) -
Re: Closing Separate Results Window / maximizing pane automatically
It would be nice to have some kind of directive, kind of #LINQPad hide_on_run+, to hide code window when running. I have an Avalonia application for which I don't need to see the code at all. (View Post) -
Re: How to using COM Interop.IWshRuntimeLibrary in LINQPad 8
AFAIK there is no NuGet for this. How I did it for LINQPad 8 x86/x64 .NET 9 Ran Developer Command Prompt for VS. Copied file c:\windows\system32\wshom.ocx somewhere I have write access to. Ran tlbimp… (View Post)