Skip to content

Prism 9: Some questions #2925

Answered by dansiegel
YkTru asked this question in WPF
Discussion options

You must be logged in to vote
  1. The API will largely be the same from Prism 8.1 to Prism 9.0. That said there are going to be some binary breaks as we move the interfaces to Prism.Core. For Prism.Forms developers using Regions there may be some small breaks as we will be using an API that is uniform across all platforms. There will also be some breaks with namespaces for Dialogs that will affect all platforms, and likely also for the NavigationParameters as they will be shared between Regions and Prism.Forms Navigation

  2. You can use ANY base class you like for your ViewModels whether that's the CommunityToolkit.Mvvm's ObservableObject or ReactiveUI's ReactiveObject or Prism's BindableBase. That said if you are looking…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by YkTru
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
WPF
Labels
None yet
3 participants