92 Star 290 Fork 154

风起兮 / NetCoreFast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
UpdateProject.md 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
风起兮 提交于 2023-02-12 20:57 . 解决项目层级问题

升级项目

建议不要更改本框架相关类,可以编写自己单独的类,方便升级。
运行CodeGen.exe文件,输入"3"选择更新项目。此过程会从码云下载NetCoreFast原始项目,并将代码合并到您的项目。以下文件在更新的过程中不会合并,以避免覆盖您的项目相关信息

excludes.Add(".git");
excludes.Add(@"\.git");
excludes.Add(@"\bin");
excludes.Add(@"\obj");
excludes.Add(@"\Migrations");
excludes.Add(@"\Properties");
excludes.Add(@"README.md");
excludes.Add(@"LICENSE");
excludes.Add($"Startup.cs");
excludes.Add($"Program.cs");
excludes.Add($"InitDatabase.cs");
excludes.Add($"MyDbContext.cs");
excludes.Add($"appsettings.Development.json");
excludes.Add($"appsettings.Production.json");
excludes.Add($"host.json");
excludes.Add($"nlog.config");
excludes.Add(@".csproj");
excludes.Add(@".csproj.user");
excludes.Add(@".sln");
C#
1
https://gitee.com/qinyongcheng/NetCoreFast.git
git@gitee.com:qinyongcheng/NetCoreFast.git
qinyongcheng
NetCoreFast
NetCoreFast
NET6

搜索帮助

53164aa7 5694891 3bd8fe86 5694891