Commit d266d77
Fix VS Code tab step ordering: configure DbContext before scaffolding in 8.0 tutorial (#36958)
* Initial plan
* Fix VS Code tab step ordering: configure DbContext before scaffolding
Move "Use SQLite for development, SQL Server for production" subsection
before the scaffolding command in the Visual Studio Code tab of
adding-model8.md so readers configure Program.cs before running
dotnet aspnet-codegenerator.
Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/cc710fc5-8af0-434e-b488-c136227d4a33
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Fix punctuation and formatting in adding-model8.md
Fxied a few typos.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>1 parent 1683561 commit d266d77
File tree
1 file changed
+12
-12
lines changed- aspnetcore/tutorials/first-mvc-app/adding-model/includes
1 file changed
+12
-12
lines changedLines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
142 | | - | |
| 150 | + | |
143 | 151 | | |
144 | 152 | | |
145 | 153 | | |
| |||
148 | 156 | | |
149 | 157 | | |
150 | 158 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
0 commit comments