neisbut / EntityFramework.MemoryJoin

Extension for EntityFramework for joins to in-memory data
MIT License
56 stars 24 forks source link

Core 3.0 and EF 6.3 Dependency #11

Closed fgather closed 4 years ago

fgather commented 4 years ago

With Core 3.0 it is possible to make use of EF6.3. Unfortunately, the EF6 version of MemoryJoin is not compatible yet. Do you have any plans to change that?

neisbut commented 4 years ago

Hi @fgather, yes, definitely going to do that!

neisbut commented 4 years ago

Hi @fgather, took some time, but I did it. Since EF6.3 also works with .Net Standard I extracted it into a separate package EntityFrameworkCore.MemoryJoin.Ef6. Please check when possible.

fgather commented 4 years ago

Awesome, looks like it works for my use-case! Thanks for the quick response ;)