在一个asp.net 5 beta 7项目中,无论命令是如何编写的,我都会得到一个无法识别的参数,试图从现有数据库中构建dbcontext:
C:\Dev\Project>dnx ef dbcontext scaffold provider EntityFramework.SqlServer connection
"Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=ubercrew_relation;Integrated Security=True"
Run Code Online (Sandbox Code Playgroud)
我已经尝试了两个参数连接和提供者的所有可能组合
您是否知道执行scaffold命令的正确语法?