Cross posted on MSDN...We use manual code first Entity Framework for System.Data.Sqlite...So when creating a new entity, we manually create the table, the c# object, and add the DbSet to our context....I have a very simple object created and I am getting ...