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 .