Rob Wilson
Rob Wilson
> @devology-rob what's the target framework of your windows project? In the Windows XF project ``` UAP 10.0.19041.0 10.0.17763.0 ``` Is that what you were looking for?
Same issue here. My minimum was 10.0.17763.0 but had to change to 10.0.18362.0 I'm not sure how much of an impact that has on who I distribute the Windows UWP...
Hi, I still have this issue using 3.0.0-beta.1 or 2.1.5, I have to roll back to 2.1.4 for this NuGet to work on Windows UWP. Let me know if I...
I've implemented this already in my own code, but thought I'd share my strategy as it may help you decide on an implementation. In my case any one of my...
I'd like to also pass on my thanks for this useful library, I needed to ensure I ran some server-side stuff on a cron schedule and filter it slightly so...
The Windows array is cleared outside of any of the app flows, so no breakpoint will help as it's outside of any code I can influence it. Besides, if it...
I did notice the MauiProgram was being instantiated more than once, evident by some logging that should only happen once per launch. It seemed that Sentry.io was causing this unexpected...
I'm beginning to think my other issue #25443 is related. It's possible that if CreateWindow is being invoked multiple times by the Android app (i.e. when a persistent notification is...
I'm not very comfortable with the Android Activity lifecycle, but I did set it to use a 'SingleTask' ``` [Activity( // Label = "MyTeamSafe" // Icon = "@mipmap/icon" //Theme =...