Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions aspnetcore/tutorials/razor-pages/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ For more information, see [dotnet aspnet-codegenerator](xref:fundamentals/tools/

---

[!INCLUDE [managed-identities-test-non-production](~/includes/managed-identities-test-non-production.md)]

### Files created and updated

The scaffold process creates the following files:
Expand All @@ -153,6 +155,7 @@ The scaffold process adds the following highlighted code to the `Program.cs` fil

The `Program.cs` changes are explained later in this tutorial.


<a name="pmc7"></a>

## Create the initial database schema using EF's migration feature
Expand Down
2 changes: 2 additions & 0 deletions aspnetcore/tutorials/razor-pages/model/includes/model3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The model classes are known as POCO classes (from "plain-old CLR objects") becau

[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie30) ([how to download](xref:index#how-to-download-a-sample)).

[!INCLUDE [managed-identities-test-non-production](~/includes/managed-identities-test-non-production.md)]

## Add a data model

# [Visual Studio](#tab/visual-studio)
Expand Down
2 changes: 2 additions & 0 deletions aspnetcore/tutorials/razor-pages/model/includes/model5.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ The `appsettings.json` file is updated with the connection string used to connec

---

[!INCLUDE [managed-identities-test-non-production](~/includes/managed-identities-test-non-production.md)]

### Files created and updated

The scaffold process creates the following files:
Expand Down
2 changes: 2 additions & 0 deletions aspnetcore/tutorials/razor-pages/model/includes/model6.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ The `appsettings.json` file is updated with the connection string used to connec

---

[!INCLUDE [managed-identities-test-non-production](~/includes/managed-identities-test-non-production.md)]

### Files created and updated

The scaffold process creates the following files:
Expand Down
2 changes: 2 additions & 0 deletions aspnetcore/tutorials/razor-pages/model/includes/model7.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ In each of the files, append `= default!;` to the `Movie` declaration. For examp
Fixed in GA per https://github.com/dotnet/Scaffolding/issues/1594#issuecomment-1292422389
-->

[!INCLUDE [managed-identities-test-non-production](~/includes/managed-identities-test-non-production.md)]

### Files created and updated

The scaffold process creates the following files:
Expand Down
2 changes: 2 additions & 0 deletions aspnetcore/tutorials/razor-pages/model/includes/model8.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ The `appsettings.json` file is updated with the connection string used to connec
---
[!INCLUDE [managed-identities-test-non-production](~/includes/managed-identities-test-non-production.md)]
### Files created and updated
The scaffold process creates the following files:
Expand Down
Loading