Given is an Prism Unity WPF .Net5.0 Application.
What are the right Nuget Packages to make Uno Platform to work along with Prism?
Prism offer:
Uno offer:
What is the right choice? When I can use both. What are the pro and cons?
If you have a look at the Nuget packages Uno.Prism.Uno
an Uno.Prism.Unity.Uno
, you can see:
This package has been deprecated as it is legacy and is no longer maintained.
This package is now being superseded by the official Prism.Uno package
This package is now being superseded by the official Prism.Unity.Uno package
Consequently, you should use the suggested alternatives Prism.Uno
and Prism.Unity.Uno
.