Any way to use ValidationAttribute instead of ValidationRule? #589
Unanswered
DhiaS-MSukor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using ValidationAttribute for my current project and I have quite a lot of it. I've been using CommunityToolkit.MVVM but now I want to use RX.Net because it's easier to sync the components for my VM (as in MVVM) without making mistakes. But now I need to convert my ValidationAttribute to ValidationRule? Do I really need to or there's alternatives? Or if I can wait for RX.Net to support ValidationAttribute?
Beta Was this translation helpful? Give feedback.
All reactions