I am trying to create a simple project to explore how Entity framework 6 code first with sqlite db provider works, but when I complite my app I get the error:
There is a good article for this issue: http://hintdesk.com/sqlite-with-entity-framework-code-first-and-migration/
After reading it my consolusion is: "No, please do not use sqlite if you want EF + code first". Use SQL CE instead even though it's deprecating.