Maui Prism .CreateWindow() navigation error
I’m working on transitioning a Xamarin.Forms app to Maui. In MauiProgram we call MauiAppBuilder.UsePrism() on the PrismAppBuilder we call .RegisterTypes() to register services and pages for navigation. We’ve confirmed that the services are getting initialized. At the end, in what was .OnAppStart, we now use .CreateWindow().