【发布时间】:2016-04-21 17:08:05
【问题描述】:
Shawn Wildermuth 的 Pluralsight 课程“使用 ASP.NET Core RC1、MVC 6、EF7 和 AngularJS 构建 Web 应用程序”中的第二次迁移是否有其他人遇到问题?
具体来说,命令
dnx ef migrations add IdentityEntities
导致此异常:
GenericArguments[0], 'TheWorld.Models.IWorldRepository', on 'Microsoft.Data.Entity.Infrastructure.IDbContextFactory`1[TContext]' violates the constraint of type 'TContext'.
第一次迁移和数据库创建似乎很顺利,所以我不确定是什么原因造成的。
【问题讨论】:
标签: migration entity-framework-core