zcz527 / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

Update AutofacContrib.Prism to use newer Prism. #366

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current code uses the 2008 v1.0 version of Prism which has assemblies 
Microsoft.Practices.Composite and Microsoft.Practices.Composite.Wpf. Prism has 
since made it to v4.1 and the assemblies have changed.

No NuGet package is available for the old version of Prism and it appears to be 
generally unsupported.

We should update to the latest to stay relevant.

Original issue reported on code.google.com by travis.illig on 14 May 2012 at 5:22

GoogleCodeExporter commented 8 years ago
The older Prism assemblies are also not strong-named, which means we can't 
strong-name the AutofacContrib.Prism assembly. Not a huge deal, but when folks 
get NuGet packages, they sort of assume the enclosed library will be 
strong-named.

This may affect our ability/desire to provide a NuGet package for Prism support.

Original comment by travis.illig on 14 May 2012 at 5:26

GoogleCodeExporter commented 8 years ago
Prism support is removed in 3.0 and there is no plan to update.

Original comment by travis.illig on 22 May 2012 at 12:56