MVVM Toolkit: ObservableValidator and ObservableRecipient together ? #987
Unanswered
HispidaBytes
asked this question in
Q&A
Replies: 0 comments 2 replies
-
@HispidaBytes this can be done with the new source generator support added in 7.1. @Sergio0694 was there an example of this somewhere you had yet? I know you haven't really updated the docs yet as the source generator stuff is still being worked on and considered 'in preview'. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to migrate my application to MVVM Toolkit as MVVM framework and during the operation a question came up:
I wanted to know if it might be a good idea to have an "Observable" type that implements the same functionality as "ObservableRecipient" and "ObservableValidator".
I find myself in the situation where I have a ViewModel class that needs both messaging functionality between ViewModels and property validation.
Could this be a good idea or are there alternatives that I haven't considered?
Thank you 😊
Beta Was this translation helpful? Give feedback.
All reactions