摘要:
The current CSharpHelper cannot scaffold literals of type 'Microsoft.EntityFrameworkCore.Metadata.Internal.DirectConstructorBinding'. Configure your s 阅读全文
摘要:
cmd ci 命令 dotnet ef migrations add NewColum --新增migrations dotnet ef database update--跟新数据库 dotnet ef migrations add Addrs--新增一个migrations dotnet ef d 阅读全文
摘要:
首先新增一个webapi的项目 项目核心代码 UserContext using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using Syste 阅读全文