As of this writing, the upcoming Prism.Windows 7.1.0 from MyGet Package is missing override method CreateShell() and I really wonder if it's gonna be moved into another method or it'll be gone in the final release.
If so, what's the alternative solution to implement shell view, assuming the code is from this tutorial and DryIoC container is used instead.
Rather than using the
CreateShell()
override, you could create theNavigationService
inside of aNavigationView
. The code provided in this answer is adapted from one of the three Template10 Samples, which, at the time of writing, has not been migrated over to the Prism Samples: Sample Project (16299). It should be noted that this answer uses Prism.Unity.Windows, however I would imagine that this can easily be swapped for Prism.DryIoc.Windows, or indeed any other supported framework, without causing issues.App.xaml
App.xaml.cs
AppShell.xaml
AppShell.xaml.cs
PrismNavigationView.cs