是否有其他人在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)
第一次迁移和数据库创建似乎很顺利,所以我不确定是什么导致了这一点.