Skip to content

Commit 2977e2e

Browse files
Update entity-framework/core/cli/dotnet.md
1 parent 127beb0 commit 2977e2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

entity-framework/core/cli/dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ The following example skips scaffolding an `OnConfiguring` method. This can be u
263263

264264
```dotnetcli
265265
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.
266268
```
267269

268270
## `dotnet ef dbcontext script`

0 commit comments

Comments
 (0)