02 2023 档案
摘要:概述: 在VS Code中错误使用了EF Core命令,特此记录下。 常用终端命令: VS VS Code 新增/修改 Add-Migration 迁移名称 dotnet ef migrations add 迁移名称 更新 Update-Database -Verbose dotnet ef dat
阅读全文
摘要:报错: Your target project 'FurionApi.Web.Entry' doesn't match your migrations assembly 'FurionApi.Database.Migrations'. Either change your target projec
阅读全文
摘要:安装/更新模板: dotnet new install 模板名::版本号 列出模板: dotnet new list 使用模板: dotnet new 模板名或模板简称 -n 项目名称 -f .NET版本
阅读全文
摘要:git config --global --unset https.proxy git config --global --unset http.proxy
阅读全文