-
Re: IQDriver failure on LINQPad 6
The IQ driver targets .NET Framework 4.x and so is not supported in LINQPad 6 which targets .NET Core. Use the new built-in Entity Framework Core driver instead. This supports SQL Server, Oracle, MyS…1 · -
Re: linqpad 6 - is it possible to open a new query in an existing window?
Thanks - I've got a fix ready for the next build.1 · -
Re: lprun6 not setting %errorlevel% on unhandled exception like linqpad5 lprun?
Looks like the fix didn't make that beta. There will be another release very soon.1 · -
Re: need separate Hijack methods and scripts for sync and async Main methods?
Here's an idea: start by defining the following pair of methods (make them public and put them in My Extensions to make them reusable): Task AsAsync (Action a) { a(); return Task.CompletedTask; …1 · -
Re: lprun - Restart query on file modification
This isn't possible (at least in LINQPad 6) without externally restarting the process because there are no application domains in .NET Core. So your query has to run bareback in the LPRun proces…1 ·
