VictorTzeng / Zxw.Framework.NetCore

基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
MIT License
765 stars 248 forks source link

这个项目能实现Code First吗 #29

Closed quezhihui closed 6 years ago

quezhihui commented 6 years ago

No DbContext was found in assembly 'Zxw.Framework.Website.Models'. Ensure that you're using the correct assembly and that the type is neither abstract nor generic.

使用Add-Migration 命令报错

VictorTzeng commented 6 years ago

本项目本身就是基于efcore code first的,你可以介绍下你的思路和流程,如何遇到这个问题

quezhihui commented 6 years ago

这个问题解决了,忘了回复,需要在service注入的时候加上services.AddDbContext