microsoft/WindowsAppSDK

Add cleanup to AppNotificationManager::Register

Open

#2 269 ouverte le 15 mars 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)C++ (453 forks)auto 404
Status: In PRarea-Notificationsfeature proposalgood first issue

Métriques du dépôt

Stars
 (4 628 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur