I'm attempting to add some additional features to my language service that require the use of MEF components to extend the editor, etc, but I'm having trouble with importing the MEF components. Every object I've tried to import (with the [Import]
attribute) is null at runtime. Do I need to manually compose everything myself in my package's Initialize() method? If so, how do I get the correct catalog that will have all of the objects I need?
↧