linq2db / linq2db.EntityFrameworkCore

Bring power of Linq To DB to Entity Framework Core projects
MIT License
462 stars 38 forks source link

linq2db.EntityFrameworkCore with 3.0.0.preview2 #34

Closed Marka83 closed 4 years ago

Marka83 commented 4 years ago

Is it possible to use it with 3.0.0.preview2? It used to work with 2.9.7, but now it throws:

System.MissingMethodException: 'Method not found: 'Boolean LinqToDB.DataProvider.IDataProvider.IsCompatibleConnection(System.Data.IDbConnection)'.'

when I call

source.ToLinqToDB()

I have over 1.5k classes so I can't just swap all of them at the same time. That is why I've tried to use this adapter as a intermediate solution.

sdanyliv commented 4 years ago

Sorry about that I'll prepare release today. It will be version 3.0 because of important API changes in linq2db 3.X

Marka83 commented 4 years ago

Thank you

Marka83 commented 4 years ago

Any update on this?

sdanyliv commented 4 years ago

Sorry, almost done. I’ve added a lot of improvements, testing.

sdanyliv commented 4 years ago

Sorry for delay again, I was underestimated needed changes. linq2db.EntityFrameworkCore 3.0 already on Nuget. Let me know if there are any problems.

Marka83 commented 4 years ago

Everything works great. Thanx