Gabriel Maccori Kozma
Gabriel Maccori Kozma
@prj how did you change this? were you able to parse the number correctly?
> Hi, > > The AOT stuff is pretty glitched, try adding > > `False` > > to your .csproj for Android release builds, e.g. > > ``` > >...
Just tried without AOT and still crashes
it was a combination of and IL stripping, is there a way to control IL removing?
> It appears that dependency injection fails to work as expected in release mode; it crashes when a parameterless constructor is absent. Have you figured out a workaround?
hi @jonathanpeppers just using IL stripping causes the app to crash, I could try the .net 9, but I would need to wait for production to release it? Can this...
Thank you @jonathanpeppers is there a way for me to add more logging in order to figure out how is breaking?
I followed what @wagenheimer said and started looking, I'm not using XAML anymore, but I've had some code comments with the Xamarin.Forms xaml and it was this that was causing...
sounds good, so the best course of action, would be for me to manually map them?