Why is a token required in IMessenger register/send functions? #354
Answered
by
Licantrop0
Licantrop0
asked this question in
Q&A
-
see: IMessenger.cs it makes it difficult to migrate from MVVMLight where the token was optional. |
Beta Was this translation helpful? Give feedback.
Answered by
Licantrop0
Jul 22, 2022
Replies: 1 comment
-
Oh, I just forgot to add: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Licantrop0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I just forgot to add:
using Microsoft.Toolkit.Mvvm.Messaging;
that contains the IMessengerExtensions.Send Method