mehdime / DbContextScope

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

.net core compatible version published to nuget #41

Open apawsey opened 8 years ago

apawsey commented 8 years ago

Recompiled and adjusted version compatible with .net 4+ and .net standard 1.3+ published to nuget at https://www.nuget.org/packages/EntityFramework.DbContextScope. If possible I would rather push changes here, but it appears the repository has been abandoned.

reader-man commented 8 years ago

Thanks to @mehdime, @ninety7, @apawsey, for this great library.

nathan-alden-sr commented 8 years ago

Thanks for this, @apawsey. I was about to start doing the same work.