wenqing

Results 3 comments of wenqing

直接使用内存数据库可以启动项目,另脚本已经上传CodeFrame.Web/CodeFrame.Web/wwwroot/basicData/

1.把migrations 文件全删了重新生成,因为之前是以mysql为数据库生成的迁移文件 2.数据库链接要注意加一个 UseRowNumberForPaging,解决生成sql语法问题,如下 services.AddDbContext(options => options.UseSqlServer(AppConfig.MsSqlConnection, b => b.UseRowNumberForPaging()));

I have the same problem in version 1.4.3 and use .NET 6