LINQPad (5? 6?) with EF6 on .net core 3.1
Is LINQPad meant to work with data context/class assemblies that are built against .net core but use the EF6-on-core nuget package instead of using EF Core? If so, which version? Maybe I'm missing something but the documentation is unclear to me and I can't get it to work in either version. So any pointers or clues would be much appreciated. 🦄
Comments
Late response I know, but thought I'd reply here to help others who may have the same problem.
I too have an EF6 context hosted in a .Net Core assembly. My solution was to install the Entity Framework 6 on .Net Core driver in LinqPad 7.
Thanks to Peter B for developing it.