Ranny Meier
Allow EF6 DbContext assembly to make connection in LINQPad V9. We are able to easily use our EF6 DbContext assembly in various NET 8 projects in Visual Studio. We have yet to be able to do this in a LINQPad V9 query.
I tried a NuGet driver.
Peter-B-/Ef6.Core.LINQPadDriver: Entity Framework 6 driver for LINQPad 6 (.Net Core)
InvalidOperationException: No connection string named 'JASContext' could be found in the application config file.
1
vote