Alternative way to create shell in Prism.Windows 7.1.0?
问题 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. 回答1: Rather than using the CreateShell() override, you could create the NavigationService inside of a NavigationView . The code provided in