WeakEventManager in MAUI #144
Answered
by
TheCodeTraveler
symbiogenesis
asked this question in
Q&A
-
WeakEventManager already exists in MAUI itself. Maybe this repo should direct people to use that, when on MAUI? Or is there some other reason to prefer this one? https://github.com/dotnet/maui/blob/main/src/Core/src/WeakEventManager.cs |
Beta Was this translation helpful? Give feedback.
Answered by
TheCodeTraveler
Dec 20, 2022
Replies: 1 comment
-
Yes. AsyncAwaitBestPractices' includes |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheCodeTraveler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. AsyncAwaitBestPractices' includes
WeakEventManager<T>
.