Has anyone tried integrating catel with prism 8. Orc.Prism supported prism 5 and 6 and could bem modified to support prism 7 but now the Bootstrapper has been removed from prism 8. How can I modify my PrismApplicationBase decendant to support catel.
Asked
Active
Viewed 101 times
1
-
When I converted my older Prism app to the new one it was pretty straightforward. Most of the Bootstrapper logic just moved to virtual functions in the app. I don't remember it being very difficult to figure out. I'll admit to not being familiar with Catel. Is it Prism aware? Does it expose its own application object or Bootstrapper? – Joe Jan 20 '22 at 18:00
-
It has it's own [Bootstrapper](https://github.com/WildGums/Orc.Prism/blob/develop/src/Orc.Prism.Shared/BootstrapperBase.cs). – johnka Jan 21 '22 at 07:46
-
I think the question should be how to add catel to a prism 8 app. – johnka Jan 21 '22 at 07:49