WindowsAppSDK icon indicating copy to clipboard operation
WindowsAppSDK copied to clipboard

Encode AppNotificationBuilder URIs

Open Diegorro98 opened this issue 3 weeks ago • 2 comments

URIs used in AppNotificationBuilder weren’t encoded, so if they contained characters like &, calling the BuildNotification method would fail with a System.Runtime.InteropServices.COMException, specifically stating semicolon expected.

With this PR, I call the EncodeXML function (already used in some parts of the code) for all the URIs present in the file.

A microsoft employee must use /azp run to validate using the pipelines below.

WARNING: Comments made by azure-pipelines bot maybe inaccurate. Please see pipeline link to verify that the build is being ran.

For status checks on the main branch, please use TransportPackage-Foundation-PR (https://microsoft.visualstudio.com/ProjectReunion/_build?definitionId=81063&_a=summary) and run the build against your PR branch with the default parameters.

Diegorro98 avatar Dec 10 '25 19:12 Diegorro98

/azp run

guimafelipe avatar Dec 10 '25 21:12 guimafelipe

No pipelines are associated with this pull request.

azure-pipelines[bot] avatar Dec 10 '25 21:12 azure-pipelines[bot]