== Compliant Solution [source,text] ---- [Export(typeof(IFooBar))] [PartCreationPolicy(CreationPolicy.Any)] public class FooBar : IFooBar { } ----