If you upgrade the UWP app at this repo to Preview 5, AsyncRelayCommand generates a missing method exception: https://github.com/Noemata/SimpleMVVM Look at CredentialsListViewModel.cs and its corresponding view. ``` public AsyncRelayCommand<Credential> DeleteCommand { get; } ``` I've regressed the project back to Preview 4 to keep things working.
If you upgrade the UWP app at this repo to Preview 5, AsyncRelayCommand generates a missing method exception:
https://github.com/Noemata/SimpleMVVM
Look at CredentialsListViewModel.cs and its corresponding view.
I've regressed the project back to Preview 4 to keep things working.