【发布时间】:2023-03-18 13:52:01
【问题描述】:
我安装了 EntityFramework.SqlMigrations NuGet 包 我得到这个错误。 过去它对我有用,但不知何故,现在它不起作用了。
PM> update-database
The term 'update-database' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:16
+ update-database <<<<
+ CategoryInfo : ObjectNotFound: (update-database:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
标签: entity-framework nuget-package entity-framework-migrations