Page 1 of 1

Microsoft.Practices.Prism (4.1)

Posted: Mon Oct 28, 2019 5:32 am
by abeggchr
Main question: What is the way to migrate an application with a dependency to Microsoft.Practices.Prism?

Context:
  • I am asking here, because you might have encountered this scenario already.
  • I am currently checking the feasibility of a migration of our Silverlight application with CSHTML5.
  • Our application has a depenency to Microsoft.Practices.Prism (4.1)

Based on the documentation, my approach would be:

Can you confirm, that this is basically how external libraries are converted?
Do you recommend to use this approach with Microsoft.Practices.Prism as well?

Re: Microsoft.Practices.Prism (4.1)

Posted: Mon Oct 28, 2019 8:49 am
by JS-Support @Userware
Yes, the recommended approach is indeed to find the source code and copy/paste it into new projects of type "CSHTML5 Class Library" (or "(Migration Edition) Class Library" if you would like to use the Silverlight/WPF namespaces rather than the UWP ones).