PM> enable-migrations
The term 'enable-migrations' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pa
th was included, verify that the path is correct and try again.
At line:1 char:18
+ enable-migrations <<<<
+ CategoryInfo : ObjectNotFound: (enable-migrations:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Я получаю эту ошибку, когда хочу включить миграцию, которую я пробовал: Install-Package EntityFramework -IncludePrerelease
, Enable-Migrations -EnableAutomaticMigrations