A suggestion that I believe would be beneficial to a lot of developers, would be to add the ability to register the parts of the Aggregate catalog, ignoring duplicates.
The issue is, that when I...
Id #10977 | Release:
None
| Updated: Feb 14 at 7:47 PM by montijr2007 | Created: Jul 5, 2012 at 5:10 PM by montijr2007
Given this import:
provider.GetExportedValues<Foo<int>>();
This works:
[Export]
public class Foo<T>
{
public void Blah()
{
}
}
(Returns 1 export for Foo<int>).
This does not work:
[Export]
pub...
Id #10747 | Release:
None
| Updated: Feb 14 at 7:47 PM by hendryluk | Created: May 9, 2012 at 7:11 AM by hendryluk
The assemblies available in the download cannot be used in solutions that are strong named.
Id #10260 | Release:
None
| Updated: Feb 14 at 7:47 PM by rprimrose | Created: Jan 29, 2012 at 10:34 PM by rprimrose
MefContrib has a bug when using registration names in Unity.
It throws the ImportCardinalityMismatchException, because it ignores the registration names when creating the contract names.
I have t...
Id #9768 | Release:
None
| Updated: Feb 14 at 7:47 PM by mrinaldi | Created: Nov 7, 2011 at 8:50 PM by mrinaldi
Hi All,
I'm using MefContrib.MVC3 and have a rather bizar issue.
When i use DependencyResolver.Current.GetServices<T>() it returns my items twice.
I made an interface IStartupTask and decorate...
Id #9101 | Release:
None
| Updated: Feb 14 at 7:47 PM by Alive43 | Created: Jul 17, 2011 at 1:49 PM by sebdg
The latest source (changeset 47517) has a missing Unity (Silverlight) library, The desktop version is present.
Id #6019 | Release:
None
| Updated: Feb 14 at 7:47 PM by metaman | Created: Apr 28, 2010 at 8:11 AM by metaman
To fix add the following to TypeHelper
public static bool IsReflectionParameterImportDefinition(ImportDefinition definition)
{
return definition.GetType().Name.Equals("ReflectionParam...
Id #5856 | Release:
None
| Updated: Feb 14 at 7:47 PM by dancemonkey | Created: Apr 5, 2010 at 5:59 PM by jabbera
If the importDefinition passed to CreateDynamicExport is a non generic interface the return value could be null. This should never happen or the program will crash.
Using reflector on CatalogExpo...
Id #5833 | Release:
None
| Updated: Feb 14 at 7:47 PM by jabbera | Created: Mar 31, 2010 at 6:59 PM by jabbera