We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6e25b commit d4507deCopy full SHA for d4507de
.config/dotnet-tools.json
@@ -0,0 +1,12 @@
1
+{
2
+ "version": 1,
3
+ "isRoot": true,
4
+ "tools": {
5
+ "dotnet-ef": {
6
+ "version": "5.0.4",
7
+ "commands": [
8
+ "dotnet-ef"
9
+ ]
10
+ }
11
12
+}
.devcontainer/Dockerfile
.devcontainer/post-create.sh
@@ -3,4 +3,4 @@ pushd Web
npm install
popd
-dotnet ef database update --project Data -s Web
+dotnet ef database update --project Data -s Web --connection "Server=localhost;Database=RecipesDb;User Id=SA;Password=P@ssw0rd"
0 commit comments