kemorave
kemorave
Same here, i don't see anything wrong in repo though
I can confirm this is happening in our project too after updating to `Xamarin.Forms Version 5.0.0.2401`. only in our case it occurs randomly when opening pages ` at Android.Runtime.JNINativeWrapper._unhandled_exception (System.Exception...
I faced the same issue and generated a v2.x version just to fix it. on asp core `app.UseSwagger(options => { options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0; }); `