This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework.
- Introduced CompositionOptions to container instantiation
- CompositionOptions.DisableSilentRejection makes MEF throw an exception on composition errors. Useful for diagnostics
- Support for open generics
- Support for attribute-less registration of types
- Included an ASP.NET MVC code sample
|
The source codes compiled successfully under VS 2008, after removing the tests units. Thank you.
by
SelormeyPaul
on
Jun 15 2011 at 5:03 PM
During last 5 months I was working on a Silverlight business application. First we werer using MEF, but then ...
Read at: http://mkartak.blogspot.com/2011/03/silverlight-mef-and-other-approaches.html
by
mkArtak
on
Mar 19 2011 at 7:30 AM
Support for open generics is awesome :-)
by
wcoenen
on
Mar 1 2011 at 1:03 AM