MissingMethodException after extracting base interface
问题 I split an interface, inside a Nuget package library, into a simpler base interface (without one property from the original), and made the original derive from the new base interface. Instantiation in consuming applications happens through Managed Extensibility Framework (MEF), using property injection with [Import] attributes, and implementations with [Export(typeof(IFooConfigurations))] This shouldn't be a breaking change, for applications using the old interface and implementation. But in