Replies: 2 comments 4 replies
-
Why do you have made the shell unnecessary by adding In my test project the regions are added to the DependencyObject (shell) but not to the window target. This means that we are not able to navigate. I hope you can clear this out and I appreciate the work you have done for all of us. |
Beta Was this translation helpful? Give feedback.
1 reply
-
ITNOA @dansiegel Any update for this? Did you any plan to support WinUI3 and Win App SDK natively? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
At our company we use Prism in several products built with WPF. Prism works well for us and fits our needs.
Our newest product is built with WinUI 3, in which we like to use Prism as well.
Using the Uno implementation of Prism for WinUI is not suitable for us, because we don’t want to have a dependency on the Uno Platform in a plain WinUI project. So we took the WPF implementation and extended this version to support WinUI. The WPF implementation already contains preprocessor directives with the symbol
HAS_WINUI
, which we could use and extend.Before we submit a Pull-Request we would like to discuss with you if you are generally interested in a WinUI version and if our solution fits the Prism requirements. We are currently using this version in a beta version of our software, so far it works well for us. You can have a look at our Prism WinUI solution at the following link: https://github.com/bennoremec/PrismWinUi
Please be aware that we left out some features that are currently not important for us. This includes the following features:
In case of a Pull-Request, we would of course add certain parts, especially the tests.
Please let us know what you think about this.
Beta Was this translation helpful? Give feedback.
All reactions