Pavan Parekh

Results 7 comments of Pavan Parekh

@saamerm We can not make it for backwards compatibility with Xamarin old projects. Actually, To make it compatible for MAUI we need change the Project SDK "MSBuild.Sdk.Extras/3.0.44" to "Microsoft.NET.Sdk". and...

@franckbour Awesome! Thank You

Hi @franckbour, When my PR will approve and merge? I have to update my project with plugin.nfc nuget package.

@shiftkey My Application has filter option for records. In Akavache, There is only one option to get record by key. Akavache doesn't have any option for filter data like get...

@ghuntley , I am developing mobile app in Xamarin.Forms. Please have a look below my model: ``` public class ProductDto { public int Id { get; set; } public string...

I am facing the same issue. Any solution for it?