-
Re: linqPad IWebdriver want to connect to Mysql ?
Also, change the Language in the dropdown to 'C# Statements'. Or else wrap your code in a void Main(): void Main(){ IWebDriver driver = ... ...} (View Post) -
Re: LINQPad for macOS: First public preview!
Sounds like your project has global using directives or the project file has <ImplicitUsings>enable</ImplicitUsings>. Create a LINQPad script with the following content: global using Syst… (View Post) -
Re: No navigation properties in Rich Text view.
Yes, there's a cut-off to avoid the clutter and performance hit from showing that many relations. I guess I could make the cut-off configurable. (View Post) -
Re: LINQPad 8 early preview now available
This occurs when the same heading is dumped twice in a row. Rather than repeating the heading, it uses dots. Without this feature, it gets pretty cluttered when you execute code such as the following… (View Post) -
Re: Could LINQPad Support Navigate forward?
Ctrl + Shift + in LINQPad expands the editor font, but I guess it could it serve both functions. I presume that the only time you navigate forward is directly after a navigate back. Is that correct? (View Post)