相关疑难解决方法(0)

Pluralsight课程中的EF7迁移

是否有其他人在Shawn Wildermuth的Pluralsight课程"使用ASP.NET Core RC1,MVC 6,EF7和AngularJS构建Web应用程序"中遇到第二次迁移问题?

具体来说,命令

dnx ef migrations add IdentityEntities
Run Code Online (Sandbox Code Playgroud)

导致此异常:

GenericArguments[0], 'TheWorld.Models.IWorldRepository', on 'Microsoft.Data.Entity.Infrastructure.IDbContextFactory`1[TContext]' violates the constraint of type 'TContext'.
Run Code Online (Sandbox Code Playgroud)

第一次迁移和数据库创建似乎很顺利,所以我不确定是什么导致了这一点.

migration entity-framework-core

4
推荐指数
2
解决办法
2571
查看次数

标签 统计

entity-framework-core ×1

migration ×1