entity framework - How to keep my DbContext in another project? -


i'm trying use ef 6 custom conventions interface iconfigurationconvention not recognized!

packages:

entityframework 6.0.0-beta1-20702

i'm following this post unsuccessfully use custom conventions in ef6


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -