ReactiveAsyncCommand is missing in ReactiveUI 5.0.2

I'm just starting to learn ReactiveUI from https://github.com/reactiveui/ReactiveUI.Samples/blob/master/ReactiveUI_4Only.Samples.sln .

I download the latest version via nuget, but I cannot find the ReactiveAsyncCommand class in ReactiveUI.Xaml.

+2
source share
1 answer

ReactiveAsyncCommandnow located in ReactiveUI.Legacy.

+1
source

All Articles