apawsey / DbContextScope

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

.NET core 2 #3

Closed hexactauy closed 4 years ago

hexactauy commented 6 years ago

Are u planning a upgrade to .NET Core 2 ?

Regards.

rinkeb commented 6 years ago

We use https://www.nuget.org/packages/EntityFramework.DbContextScope/ without any issues (so far) on .net core 2.

patavarini commented 6 years ago

I´m facing some problems with IObjectContextAdapter not being in EFCore. Should i use EF on this project? i was migrating all references to Core.

thx for help.

apawsey commented 4 years ago

I'm going to make a point of updating the compatibility as soon as possible... obviously a bit late for this issue!