I\'ve followed Adam\'s answer here and the Entity Framework now works and the Seed() method also works.
But when I try to access the database l
I don't know if is the case,
If you create a migration before adding a DbSet your sql table will have a name of your model, generally in singular form or by convention we name DbSet using plural form.
So try to verifiy if your DbSet name have a same name as your Table. If not try to alter configuration.