Fabio G.

Results 14 comments of Fabio G.

same problem for me, application in debug mode run without problem, in release in the emulator crash with a similar error: `AndroidRuntime android.runtime.JavaProxyThrowable: Microsoft.Maui.Controls.Xaml.XamlParseException: Position 109:30. Type Int32 not found...

really frustrating. I'm faced with the same problem, I'm already in an evaluating phase of mvvm toolkit and discover bugs like this requires to spent a lot of time to...

I have a similar requirement in a new app, login page with registration flow, and then a list of pages under a tab menu. I have registered some pages and...

> It seems like only the AppShell pages that has the routing attribute in xaml has this issue, if you do a second page navigation, the DI works as expected...

> > in my situation I did not register the route from xaml but from code behind, but the pages are never recreated > > Then it might be a...

Sure that it makes sense, but like in any container we must be able to configure the classes registered as singleton or new on each request, and the architecture need...

I made some other tests and I can confirm that the problem only happens when using appshell, in my situation with tabs, and when the routes are registered in appshell.xaml...

> > > > I changed both the viewmodel and page to transient and now the page constructor works each time the page is navigated to using shell. At first...

Hello, I just tryed with VS 17.5.0 preview 2, because I read that the problem of the round image on Android >= 12 was solved, but on my test I...