-
Re: PostgreSQL with EF Core 5?
This is supported from version 6.12, which has been in beta for a few weeks, and is RTM today.1 · -
Re: Licence activation MacOS/Crossover error
That's good to hear. FWIW, I'm currently working on the somewhat-large task of decoupling LINQPad from the IE DOM. This will enable support for other browsers, the first being Edge's Chromium-based e…1 · -
Re: Licence activation MacOS/Crossover error
I'm reluctant to officially support CrossOver because there's too much stuff that doesn't work, for which there doesn't appear to be an easy fix. I can't run it for more than a few minutes at a time …1 · -
Re: Licence activation MacOS/Crossover error
I've uploaded a special build that you can try: https://linqpad.azureedge.net/experimental/LINQPad6-Beta.zip?cache=6.12.5.963425 This allows you to activate a paid edition, and works around most of t…2 · -
Re: How to run a LinqPad script in a C # console application
The example where you are returning List fails because the list contains anonymous types which are not serializable. I've added an experimental feature to the latest LINQPad 6 beta build that works a…1 ·