LinqPad 7 EF Core 2.2 support
Hello! I've just updated the application version from 6 to 7 and updated my license from LinqPad 6 to LinqPad 7. Tried to run my query against typed data context from my own assembly (that targets EF Core 2.2) and got an error saying: "Assembly 'xxx.dll' targets Microsoft.EntityFrameworkCore 2.2.4.0. This driver requires EF Core 3.x or later.".
Does this mean, that I will no longer be able to use the built-in driver to use typed data context from libraries that target EF Core 2.2?
Comments
That's right - I had to drop support for EF Core 2.2 in LINQPad 7, in order to be able to support EF Core 6. You'll have to continue running LINQPad 6 until you can upgrade to a newer EF Core version.