LINQPad 6 Driver

Posts   
 
    
Rewal2
User
Posts: 1
Joined: 08-Dec-2020
# Posted on: 08-Dec-2020 14:03:07   

Hi,

is there any .LPX6 driver for LINQPad 6? I use LLBLgen Pro with NET Core 3.1/Standard 2.1 .

Thank you, René

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 08-Dec-2020 14:51:32   

We weren't aware there was a linqpad 6. We currently have a linqpad 5 driver only. We'll see what we can do to add it.

(edit). Linqpad 6 only runs on .net core3 or .net 5. However we have a custom dialog in the driver for selecting elements using winforms. This won't work on .netcore3, only on .net 5 (but haven't tested it on .net5).

So for the time being we'll keep the linqpad5 driver and will add a linqpad 6 driver later (which will be for .net 5 only)

Frans Bouma | Lead developer LLBLGen Pro
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 15-Nov-2021 21:21:38   

Otis wrote:

We weren't aware there was a linqpad 6. We currently have a linqpad 5 driver only. We'll see what we can do to add it.

(edit). Linqpad 6 only runs on .net core3 or .net 5. However we have a custom dialog in the driver for selecting elements using winforms. This won't work on .netcore3, only on .net 5 (but haven't tested it on .net5).

So for the time being we'll keep the linqpad5 driver and will add a linqpad 6 driver later (which will be for .net 5 only)

Hi Otis. have you had time to look at a LinqPad 6 driver? Best regards Morten

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 16-Nov-2021 10:01:10   

It'll be shipped with v5.9 beta, which is in a week or two.

Frans Bouma | Lead developer LLBLGen Pro
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 16-Nov-2021 11:01:45   

Einfach spitzenklasse :-)

Otis wrote:

It'll be shipped with v5.9 beta, which is in a week or two.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 19-Nov-2021 15:50:13   

We'll provide a v5.8 driver for Linqpad 7 (based on .NET 6) on Monday. Source is here: (don't look at the reflection code needed to get the RuntimeConfiguration defined frowning ) https://github.com/SolutionsDesign/LINQPadDriver7Plus The v5.9 driver will of course be a migration of this one, with no extra features.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 22-Nov-2021 10:48:55   

It's now available in the v5.8 -> Extras section of our website

Frans Bouma | Lead developer LLBLGen Pro
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 22-Nov-2021 23:55:47   

Thanks 👌