Add symbol replacement for namespace

This commit is contained in:
Damian Hickey 2025-12-12 10:55:07 +01:00
parent 67c1941ba1
commit bcb4049b65

View file

@ -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"
}
}
}