From cafe090a3b1ecf1f21568b6ec1aa32f816a82b47 Mon Sep 17 00:00:00 2001
From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
Date: Tue, 6 Jan 2026 10:12:04 +0100
Subject: [PATCH 1/2] Clear non-indented HTML tags (used to be:
html,body,thead,tbody,tfoot), hide hint to add return statement before local
function
---
src/Steeltoe.All.sln.DotSettings | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Steeltoe.All.sln.DotSettings b/src/Steeltoe.All.sln.DotSettings
index 4980f6d113..a27b0a5ed6 100644
--- a/src/Steeltoe.All.sln.DotSettings
+++ b/src/Steeltoe.All.sln.DotSettings
@@ -83,6 +83,7 @@
WARNING
WARNING
DO_NOT_SHOW
+ DO_NOT_SHOW
WARNING
WARNING
WARNING
@@ -164,6 +165,7 @@
WRAP_IF_LONG
True
True
+
2
True
2
From d419cf5bea013420afd76e9a1430fd9cec97b3bc Mon Sep 17 00:00:00 2001
From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
Date: Tue, 6 Jan 2026 10:32:43 +0100
Subject: [PATCH 2/2] Reformat RazorPagesTestWebApp
---
.../Pages/Shared/_Layout.cshtml | 84 +++++++++----------
1 file changed, 42 insertions(+), 42 deletions(-)
diff --git a/src/Management/test/RazorPagesTestWebApp/Pages/Shared/_Layout.cshtml b/src/Management/test/RazorPagesTestWebApp/Pages/Shared/_Layout.cshtml
index ee77ef62e6..4748f9de45 100644
--- a/src/Management/test/RazorPagesTestWebApp/Pages/Shared/_Layout.cshtml
+++ b/src/Management/test/RazorPagesTestWebApp/Pages/Shared/_Layout.cshtml
@@ -1,50 +1,50 @@
-
-
-
- @ViewData["Title"] - Steeltoe.Management.Endpoint.RazorPagesTestWebApp
-
-
-
-
-
-
-
-
-
- @RenderBody()
-
-
-
+
-
-
-
+
+
+
-@await RenderSectionAsync("Scripts", false)
-
+ @await RenderSectionAsync("Scripts", false)
+