-
Re: Driver assembly targets .NET Framework. Your driver assembly must target .NET Core 3
You'll need to keep running LINQPad 5 if you need a driver that's not supported in LINQPad 6. However, the most popular drivers have LINQPad 6 equivalents. In place of the IQ Driver, there's is now a…1 · -
Re: Exception connecting to Oracle with LINQPad 6
In the connection properties dialog, it lets you choose a version of the Oracle provider - either latest release or latest beta. Which one have you chosen? Does it make any difference if you choose t…1 · -
Re: Pointers in LINQPad should dump to actually value instead of System.Reflection.Pointer
Good call. This is easy to fix, so it should make it into the next build.1 · -
Re: Entity Framework Core, manual DbContext instantiation and SQL logging
Good point - I'll add a EnableLINQPadLogging() extension method to the next build.1 · -
Re: Add a reference to C# program
System.Web.UI is part of Web Forms, which is not supported in .NET Core. If you still need Web Forms or other features specific to .NET Framework, you can run LINQPad 5 in parallel.1 ·