Questions tagged [system.composition]

The MEF 2 framework as implemented in the System.Composition NuGet package. Not to be confused with the System.ComponentModel.Composition namespace.

The MEF 2 framework as implemented in the System.Composition NuGet package: https://msdn.microsoft.com/en-us/library/system.composition.aspx (not to be confused with the System.ComponentModel.Composition namespace)

1 questions
1
vote
1 answer

How to specify which DLLs to load with System.Composition (MEF2)?

I'm developing a new plugin loader application framework and reading on all available variants of MEF, I think the most future-proof and flexible is the MEF2 implementation available from NuGet as System.Composition. Unfortunately, most if not all…
rubenvb
  • 74,642
  • 33
  • 187
  • 332