EachOther
v0.1.4-Release.2
隱私空間
如果使用Visual Studio(不是Visual Studio代碼),則無需安裝Libman CLI和實體框架CLI。
安裝Libman CLI:
dotnet tool install -g Microsoft.Web.LibraryManager.Cli安裝實體框架核心CLI
dotnet tool install -g dotnet-ef配置
"EachOther": "server=[host];user id=[user];password=[password];database=eachother"
工具 - > Nuget軟件包管理器 - >軟件包管理器控制台
Update-Databasedotnet-ef database update -p .. C oreHome.Data單擊解決方案資源管理器或Ctrl+F5中的Startup 。
dotnet run在解決方案資源管理器中單擊Build Dockerfile 。
在項目根目錄中執行以下命令。
docker build --tag eachother:latest .