I do not have a database "Yet", and I've created my models which are annotated in a folder but when trying to create the initial migration using the command dnx ef migrations add Initial
I gives me the error No DbContext was found
.
I thought it would generate the DBContext from the annotations I added to my Models, My question is - Is there a command to generate the DBContext from my annotated models or do I have to write the DBContext manually when there is no database?