This question is related to the MVVM Toolkit provided in the Windows Community Toolkit.
I was wondering if there are any plans to support scenarios where an async method can be called and awaited in a property setter, similar to what's mentioned here from Stephen Cleary's Mvvm.Async library? How to call an async method from a property setter
Thanks!