José Burkhardt
José Burkhardt
This is a Google Console crash report from 27. November: > Yesterday, 10:31 AM on app version 10669 > Samsung Galaxy S6 edge+ (zenlte), Android 7.0 > Report 1 >...
Xcode 13 is working since a while. Should be safe to update to Xcode 13.3.1.
I use XF 4.8.0.1687 and can confirm this bug is happened on an iOS 14.4 iPhone 12 simulator on the **top** tab bar. I could not reproduce this on the...
After further investigations it looks like in the app we are calling the `Xamarin.Essentials.AppInfo.Version` API in parallel. The API is not thread safe I guess.
I would like to have this as well for my projects. The previous Xamarin library we used from Airbnb had at least a Play and Stop method. The alternative SkiaSharp.Extended.UI.Maui...
@rscholey I don't think your problem has anything in common. You should debug it to see where exactly the NRE occurs. Also have a look on your XAML code.
@dmitrymal a workaround for me is to use an event or an observable that fires in a service when the page is closed. This event or observable then triggers the...
@andrei-epure-sonarsource How far is the plan?
I agree with the previous comments. The runsettings file should just do what it says in the official documentation https://docs.microsoft.com/en-US/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file That means just exclude everything what is described in the...