MAUI App Failed to Install (Local device) when built in Release mode

I am new to .NET maui, When I try to run my ecommerce app (MVVM databinding)(debug mode) to my locally connected phone then all fine(installing succefully). But When I change to Release mode and try the same then I am getting error in vs2022 17.5-P1 is that "Failed to install APK". Thanks in advance. >Solution… Read More MAUI App Failed to Install (Local device) when built in Release mode

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,… Read More AsyncCommand in .NET MAUI