CommunityToolkit/WindowsCommunityToolkit
Voir sur GitHubWeakEventListener in NetworkConnectionStateTrigger is duplicated
Open
#4 059 ouverte le 1 juin 2021
Hacktoberfestbug :bug:good first issuehelp wantedimprovements :sparkles:
Métriques du dépôt
- Stars
- (5 708 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Describe the bug
Looks like NetworkConnectionStateTrigger is using a private copy of WeakEventListener, it's identical to the one we already have in the Toolkit, so we should update the source to use the existing code within the Toolkit.
Expected behavior
Use existing code over shadow copy.