CommunityToolkit/WindowsCommunityToolkit
Vedi su GitHubWeakEventListener in NetworkConnectionStateTrigger is duplicated
Open
#4059 aperta il 1 giu 2021
Hacktoberfestbug :bug:good first issuehelp wantedimprovements :sparkles:
Metriche repository
- Star
- (5708 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.