Hello,
I have a shared dll containing an interface and another dll that implements it as follows :
public interface IPricer
{
void Send(string type, string data);
}
[Export(type...
Id #14589 |
Planned Release:
None
|
Last Updated: Wed at 9:59 PM by nblumhardt |
Created On: Wed at 8:06 PM by AnthonyPaulO
See thread: http://mef.codeplex.com/discussions/293918
Id #14588 |
Planned Release:
None
|
Last Updated: Mon at 6:50 PM by nblumhardt |
Created On: Mon at 6:50 PM by nblumhardt
Here is a test case:
[TestMethod]
public void EquivalentImportDefinitionsFromCustomReflectionContextsShouldImportSameSharedInstance()
{
var reg = new Regis...
Id #14587 |
Planned Release:
None
|
Last Updated: Jan 12 at 5:26 PM by nblumhardt |
Created On: Jan 11 at 11:10 PM by fsoikin
Here is a test case:
[TestMethod]
public void MultipleOpenGenericExports()
{
var container = new CompositionContainer( new TypeCatalog( typeof( GenericPart...
Id #14586 |
Planned Release:
None
|
Last Updated: Jan 12 at 5:27 PM by nblumhardt |
Created On: Jan 10 at 5:56 AM by fsoikin
Hi,
I've got confused when using MEF2 framework and hopefully this will help others if they get to the same problem.
I've read about the new RegistrationBuilder which allow to use "register by conv...
Id #14585 |
Planned Release:
None
|
Last Updated: Jan 12 at 7:36 PM by rbeauchamp |
Created On: Dec 24 2011 at 9:42 PM by ido_ran
See discussion thread: http://mef.codeplex.com/discussions/283535
It is highly desirable that MEF provides functionality or guidance out of the box for these scenarios.
Id #14572 |
Planned Release:
None
|
Last Updated: Dec 20 2011 at 5:12 PM by nblumhardt |
Created On: Dec 20 2011 at 5:12 PM by nblumhardt
See thread: http://mef.codeplex.com/discussions/283077
When an export is for an open generic type:
[Export]
public class Foo<T> { }
Then it cannot be retrieved directly using:
DependencyResolve...
Id #14571 |
Planned Release:
None
|
Last Updated: Dec 20 2011 at 7:28 PM by JaapM |
Created On: Dec 20 2011 at 4:51 PM by nblumhardt
See discussion thread: http://mef.codeplex.com/discussions/283605#post714795
Parts with [Export]s on methods cannot be composed if a RegistrationBuilder is in use.
Id #14570 |
Planned Release:
None
|
Last Updated: Dec 27 2011 at 10:13 PM by ido_ran |
Created On: Dec 20 2011 at 4:45 PM by nblumhardt
I am using MEF for Silverlight (the one included in .NET 4).
When I try to download a package it does not include the current cookies. This is a problem because the cookies contain important authe...
Id #13473 |
Planned Release:
None
|
Last Updated: Nov 7 2011 at 11:33 AM by nabils |
Created On: May 6 2011 at 8:26 PM by jperl
|
|
|
|
|