From 752018456adb9b6f2da6e8869d764f2296c88b8d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:36:09 +0000 Subject: [PATCH 1/2] Initial plan From 3c71c48abf5b848aee0773be967b4887f8bd392c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:37:46 +0000 Subject: [PATCH 2/2] Add localization/decimal separator note to Part 5 (Working with SQL) tutorial files Add [!INCLUDE[](~/includes/localization/currency.md)] after the seeded data screenshots and before the step-by-step navigation block in all versioned working-with-sql include files and the main article. This addresses the comma vs. dot decimal separator issue that non-English locale users encounter when viewing/editing the Price field in Part 5, before they reach Part 9 (Validation) where the note already existed. Fixes #33793 Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/5100d3da-96fe-49ad-9fa6-a492fa0c700d Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> --- aspnetcore/tutorials/first-mvc-app/working-with-sql.md | 4 +++- .../working-with-sql/includes/working-with-sql3-5.md | 2 ++ .../working-with-sql/includes/working-with-sql6.md | 2 ++ .../working-with-sql/includes/working-with-sql7.md | 2 ++ .../working-with-sql/includes/working-with-sql8.md | 2 ++ .../working-with-sql/includes/working-with-sql9.md | 2 ++ 6 files changed, 13 insertions(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md index 32f015f8fccd..5bcf174ac3b2 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md @@ -6,7 +6,7 @@ description: Part 5 of tutorial series on ASP.NET Core MVC. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: sfi-ropc-nochange -ms.date: 01/22/2026 +ms.date: 04/03/2026 uid: tutorials/first-mvc-app/working-with-sql --- @@ -138,6 +138,8 @@ And a refresh of the `Movie` table shows the same data. :::image type="content" source="~/tutorials/first-mvc-app/working-with-sql/media/seeded-movie-data.png" alt-text="Movie table has seeded data."::: +[!INCLUDE[](~/includes/localization/currency.md)] + > [!div class="step-by-step"] > [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md) > [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md index 19cd7ea1280a..347a5c7044f6 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md @@ -128,6 +128,8 @@ The app shows the seeded data. ![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m55.png) +[!INCLUDE[](~/includes/localization/currency.md)] + > [!div class="step-by-step"] > [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md) > [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md index abaafcd339f6..5dada117a5bc 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md @@ -126,6 +126,8 @@ The app shows the seeded data. ![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m55.png) +[!INCLUDE[](~/includes/localization/currency.md)] + > [!div class="step-by-step"] > [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md) > [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md index 7277bfc2f4d7..8d1950ce76b1 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md @@ -122,6 +122,8 @@ The app shows the seeded data. ![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m80.png) +[!INCLUDE[](~/includes/localization/currency.md)] + > [!div class="step-by-step"] > [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md) > [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql8.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql8.md index b00fe4d4f9ef..2d25d54761aa 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql8.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql8.md @@ -122,6 +122,8 @@ The app shows the seeded data. ![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m80.png) +[!INCLUDE[](~/includes/localization/currency.md)] + > [!div class="step-by-step"] > [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md) > [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql9.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql9.md index 32d344a5009b..40a2fb11417d 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql9.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql9.md @@ -122,6 +122,8 @@ The app shows the seeded data. ![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/9/m90-not-formatted.png) +[!INCLUDE[](~/includes/localization/currency.md)] + > [!div class="step-by-step"] > [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md) > [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)