问题描述:
Can't create component 'xxx.xxx.xxx' as it has dependencies to be satisfied.
问题原由:
没有对新建的实体映射类创建对应的数据库表。
执行add-migration xxx update-database
在add-migration前一定要在DbContext中去配置即将映射的实体。搞忘了
问题描述:
Can't create component 'xxx.xxx.xxx' as it has dependencies to be satisfied.
问题原由:
没有对新建的实体映射类创建对应的数据库表。
执行add-migration xxx update-database
在add-migration前一定要在DbContext中去配置即将映射的实体。搞忘了
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。