From bcb4049b65f97a26c16129a70b0f82cd9f18fdf6 Mon Sep 17 00:00:00 2001 From: Damian Hickey <57436+damianh@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:55:07 +0100 Subject: [PATCH] Add symbol replacement for namespace --- .../.template.config/template.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/identity-server/templates/src/IdentityServerEmpty/.template.config/template.json b/identity-server/templates/src/IdentityServerEmpty/.template.config/template.json index 4b9ca4f87..61e7d3b6d 100644 --- a/identity-server/templates/src/IdentityServerEmpty/.template.config/template.json +++ b/identity-server/templates/src/IdentityServerEmpty/.template.config/template.json @@ -21,5 +21,15 @@ { "path": "IdentityServerEmpty.csproj" } - ] + ], + "symbols": { + "RenameCommonNamespace": { + "datatype": "string", + "displayName": "Fix common host namespace.", + "replaces": "IdentityServerHost", + "type": "derived", + "valueSource": "name", + "valueTransform": "safe_namespace" + } + } }