mehdime / DbContextScope

A simple and flexible way to manage your Entity Framework DbContext instances
http://mehdi.me/ambient-dbcontext-in-ef6/
MIT License
631 stars 273 forks source link

Support EF 7 #33

Open mitsbits opened 8 years ago

mitsbits commented 8 years ago

Hi. are there any plans to support EF 7 and .NET Core?

ninety7 commented 8 years ago

I've migrated most of the code, except for the update of parent scope entities. I might send a PR for that sooner than later.

rynecheow commented 8 years ago

@ninety7 Hi there, do you have a fork of it that I could look into?

ninety7 commented 8 years ago

Sorry for the huge delay, I've branched and migrated the project at: https://github.com/ninety7/DbContextScope.EF7

missraphie commented 8 years ago

@ninety7 Thank you so much for your EF7 branch, you saved my life! It works like a charm, great work!

yyie commented 8 years ago

@ninety7 can you try to build it with "dnxcore50" framework ?