摘要:
实体模型 public class BaseModel { public int Id { get; set;} } public class Authorization : BaseModel { public string Route { get; set; } public string Au 阅读全文
摘要:
查看.net对象 测试代码 using System; using System.Collections.Generic; namespace Demo1_ObjectGc { internal class Program { private static List _values = new Li 阅读全文
摘要:
问题过程 终端执行 dotnet ef migrations add init 出现如下错误: Pomelo.EntityFrameworkCore.MySql Microsoft.EntityFrameworkCore.Tools Unable to create a 'DbContext' of 阅读全文