microsoft/WindowsAppSDK

Add cleanup to AppNotificationManager::Register

Open

#2.269 geöffnet am 15. März 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (453 Forks)auto 404
Status: In PRarea-Notificationsfeature proposalgood first issue

Repository-Metriken

Stars
 (4.628 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Need to add scope_exit after these registrations to remove them in the case of subsequent failure.

Originally posted by @hulumane in https://github.com/microsoft/WindowsAppSDK/pull/2267#discussion_r827388952

Contributor Guide