Best Of
Re: Dump Plotly.Net
Another Idea and solution I use when working with JavaScript libraries in LINQPad is to embed html and templatize the data.
Here is an example that should apply to any js library.
http://share.linqpad.net/3q6lra.linq

Re: Ability to compile .linq into exe
I can assure you that this would be a ton of work to do properly, even without the UI LINQPad doesn't use MSBuild or project files, relies on numerous host services and and there are many features that would require special-casing.

Re: LINQ to DB Oracle connection successful but population fails
This looks like an issue with the LINQ to DB driver. You can report it here:
https://github.com/linq2db/linq2db.LINQPad/issues

Re: LINQ to DB Oracle connection successful but population fails
Filled issue https://github.com/linq2db/linq2db.LINQPad/issues/72, but it will help if you provide some details there:
- oracle version
- result of
SELECT USER FROM DUAL
query (no need to provide real user name, just information wether it is null, empty or some value)

LinqPad5 OData CS0234 The type or namespace name 'User' does not exist in the namespace 'LINQPad'
Hi fellow LinqPad lovers,
After an update of our SAP OData Service, I get the error mentioned in the subject, when I try to execute a query.
Has anyone a clue what the problem could be?
bye.

Re: Display SQL table rows vertically?
thanks, that was exactly what I wanted. was looking for Util.VerticalRun() :-)

LINQPad 7 is now available!
A first preview of LINQPad 7 is now available for download:
https://www.linqpad.net/LINQPad7.aspx
LINQPad 7 includes full support for C# 10 and targets .NET 6. However, it's equally at home on .NET 5 and .NET Core 3.1, thanks to new custom launchers. These launchers also bootstrap the installation of .NET 6 if no compatible runtime is installed.
LINQPad 7 also runs natively on Windows ARM64 machines such as Surface Pro X laptops. A single download includes launchers for all architectures.
There's also now full support for EF Core 6 - and all older versions down to 3.0.
Let me know how you get on!

Remove "// You can define other methods.." from default template
Is there a way to get rid of this? I've come to hate this line so much. For me it's a nuisance which stands between opening LINQPad and writing code... it bothers me and I hate to have to delete it every single time.
I did a global search through the drive hoping to find some template file LINQPad uses for new scripts - no dice 😞

Re: Linqpad 6 window no action buttons - cannot drag, no minimize and maximize button
Have you tried maximizing the window using WIN+UP (windows key + up arrow key)? Perhaps the title bar is hidden behind the task bar, maximizing should fix that.
