I am now developing model classes for Universal Windows Application. Is there any possibility to use EF6 and SQLite together in this project or should I use pre-release of EF7 only?
Sure, you can now use Microsoft.EntityFrameworkCore.Sqlite
, but with a little workaround needed.
Workarounds:
adding an app.config to application layer UWP## Heading ##
Add Ms.EfCore.Tools to app layer (natemcmaster commented on 3 May)
Hope this helps