-
Re: Numerical sorting in grid when using ToDump() with Util.ToExpando.
Regarding question 1, I had a look at the internals of LinqPad to see what is going on and I think this could be fixed with a slight performance hit. At the moment, Linqpad builds a DataTable from th… (View Post) -
Re: Net 9 custom driver publish on nuget
That would happen if your Default Framework Version (under Edit/Preferences/Query) was 8 or earlier. (View Post) -
Re: LINQPad 8 - Can't create EF Core connection
You should see a stack trace in the Log file. Alternatively, don't try to test the connection, but use it in a query and I think you should see a stack trace. Failing that, if you have the source for… (View Post) -
Re: Works in Visual Studio 2022 but not in LINQPad
AFAIK 0x80131534 isn't a very helpful error as it very generic (sort of like a TypeInitializationException which tells you a C# type did not initialise, but you need to look at the inner exceptions t… (View Post) -
Re: linqPad IWebdriver want to connect to Mysql ?
Change connection (at the top right) to none (View Post)