mehdime / DbContextScope

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

.net core #52

Closed levalencia closed 7 years ago

levalencia commented 7 years ago

Are you planning to rewerite this for .net core? I tried it myself but having issues with the main class. http://mehdi.me/ambient-dbcontext-in-ef6/

http://stackoverflow.com/questions/43949175/where-is-dbcontexttransaction-con-net-core

tiesont commented 7 years ago

Might want to take a look at https://github.com/apawsey/DbContextScope - I haven't reviewed it, but if I go by the comments and commit messages, he seems to have a .NET Core compatible version.

levalencia commented 7 years ago

excellent!