当尝试使用 asp.net 核心搭建脚手架时,请执行以下命令
scaffold-dbcontext "Data Source=(local);Initial
Catalog=MyDb;Integrated Security=True;"
Microsoft.EntityFrameworkCore.sqlserver -outputdir Models
给出这个错误。
搭建-dbcontext: 不能识别术语“搭建-dbcontext” 作为 cmdlet、函数、脚本文件或可操作程序的名称。 检查名称的拼写,或者如果包含路径,则验证 路径是正确的,然后再试一次
+ scaffold-dbcontext "Data Source=(local);Initial Catalog=MyDB;In ... + ~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (scaffold-dbcontext:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
我已经尝试了解决方案 给你,但它不适合我。
知道病因是什么吗?