I have a solution with a main project that uses Prism 5 (WPF). This solution also contains many more projects that are Prism modules.
Now I have to create a new module, and I wonder if I can use Prism 6 only in that module, and it will be compatible with Prism 5 main project, or if I need to continue with Prism 5 in all the modules (or upgrade the entire solution to Prism 6, what is a really big work).
Thank you
You'll have to stick with Prism 5 or upgrade everything to Prism 6. There are some breaking changes between these versions:
Source: https://github.com/PrismLibrary/Prism/blob/master/README.md
The namespace change alone is already enough to 'break' your application. You'll now have 2 different instances of e.g. EventAggregator (as they live in a different namespace).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With