vscode-apimanagement icon indicating copy to clipboard operation
vscode-apimanagement copied to clipboard

Element type "******" must be followed by either attribute specifications, ">" or "/>"

Open WarrenKinley opened this issue 7 months ago • 1 comments

The Validation fails in the extension with these policies: <set-backend-service base-url="@($"https://{(string)context.Request.OriginalUrl.Host}/erpsystem/internal/finance")" /> <set-variable name="fileShunterUrl" value="@(context.Variables["fileShunterBaseUrl"] + "/api/FileShunterFunction?code=" + context.Variables["fileShunterFunctionAppKey"])" />

Error is: .xml(ElementUnterminated) Description: Element type "******" must be followed by either attribute specifications, ">" or "/>"

WarrenKinley avatar Sep 10 '25 14:09 WarrenKinley

#418 seems to be duplicate of my Issue

WarrenKinley avatar Sep 10 '25 15:09 WarrenKinley