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.