We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127beb0 commit 2977e2eCopy full SHA for 2977e2e
1 file changed
entity-framework/core/cli/dotnet.md
@@ -263,6 +263,8 @@ The following example skips scaffolding an `OnConfiguring` method. This can be u
263
264
```dotnetcli
265
dotnet ef dbcontext scaffold "Server=(localdb)\mssqllocaldb;Database=Blogging;User Id=myUsername;Password=\0;" Microsoft.EntityFrameworkCore.SqlServer --no-onconfiguring
266
+
267
+In the preceding code, replace `\0` with a valid strong password.
268
```
269
270
## `dotnet ef dbcontext script`
0 commit comments