Why there's no AsyncRelayCommand attribute #388
-
I prefer to use attributes to simplify my code:
But I found that there's no AsyncRelayCommand attribute. |
Beta Was this translation helpful? Give feedback.
Answered by
Arlodotexe
Aug 17, 2022
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
msnoshain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
[RelayCommand]
attribute will generate anAsyncRelayCommand
if the method it's attached to is asynchronous and returns aTask
.