Jesse Jiang
Jesse Jiang
I met the same issue, only on iOS  Here's code which can reproduce this ``` ``` And @LariscusObscurus 's solution cannot work in this case.
Hi @ChandreshRana , I fixed this issue yesterday, but it looks like not this component issue, it's iTunes API's issue. If you check the provider, you will find that the...
Hi Marcorn, This is a bug of Xamarin.Forms. https://bugzilla.xamarin.com/show_bug.cgi?id=31809 We just call Xamarin.Forms.NavigationPage.PopToRootAsync in FreshMvvm, so it cannot work currently. But It will be fixed in the future.
I fixed this issue by these steps. Update akavache to 5.0.0 Update sqlite-net-pcl to 1.4.118 Update all SQLitePCLRaw.* to 1.1.10 Call ``` SQLitePCL.Batteries_V2.Init(); SQLitePCL.raw.FreezeProvider() ``` At the beginning of each...
Hi, I meet the same issue, I found NotificationService never be called in that sample and I didn't find any document to resolve that.
Any update on this?
I go through the code and find the way you apply new change is incorrect for other languages. I did tried setup the unit test project in repo, it seems...
I think you can use Roslyn.
#272 this PR will fix this. Update .net6 workload to 6.0.541. remove obj and bin folder and rebuild the project should work