hardikphd

Results 4 comments of hardikphd

I was able to built MongoRepository for .NetCore 2.0 it after removing following method from IRepository IDisposable RequestStart(); void RequestDone(); & following methods from IRepositoryManager long GetTotalDataSize(); long GetTotalStorageSize(); @RobThree...

I have same issue. @MathieuCalba Did you find any solution?

@MathieuCalba I was able to resolve the issue by issue with the help of following links https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-net-xamarin-android-considerations https://thewissen.io/implementing-msal-authentication-in-xamarin-forms/ var parentActivity = Xamarin.Essentials.Platform.CurrentActivity; bool useSystemBrowser = PCA.IsSystemWebViewAvailable(); interactiveRequest = PCA.AcquireTokenInteractive(Scopes) .WithParentActivityOrWindow(parentActivity)...

We are also facing same issue with 8.0.10 and WinUI 1.2.0.