C#C
C#16mo ago
gio735

EF-Core unable to create migration

I'm trying to crate migration, but every single time I get this error. Startup project is set and in package manager project with DbContext is selected too. Haven't changed anything significant that I could think of since last migration.


DbContext
https://codeshare.io/k0zVX3

Method to add DbContext
https://codeshare.io/0bPKZl

Program class
https://codeshare.io/g8M7kR
(didn't copy fully since rest is not related to database)

AddServices()
https://codeshare.io/MkwOKQ
image.png
Was this page helpful?