CommunityToolkit/WindowsCommunityToolkit
在 GitHub 查看WeakEventListener in NetworkConnectionStateTrigger is duplicated
Open
#4,059 建立於 2021年6月1日
Hacktoberfestbug :bug:good first issuehelp wantedimprovements :sparkles:
倉庫指標
- Star
- (5,708 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.