AsyncCommand in .NET MAUI

I can’t seem to find AsyncCommand in .NET MAUI or .NET MAUI Community Toolkit. Any idea what package/namespace I can find it?

>Solution :

https://devblogs.microsoft.com/dotnet/introducing-the-net-maui-community-toolkit-preview/#what-to-expect-in-net-maui-toolkit

The .NET MAUI Toolkit will not contain the MVVM features from Xamarin
Community Toolkit, like AsyncCommand. Going forward, we will be adding
all MVVM-specifc features to a new NuGet Package,
CommunityToolkit.MVVM.

Leave a Reply