This is a clean-up item related to #28945.
MEF-exported objects should:
- Have a single constructor which is marked
[ImportingConstructor]
- Have the correct
[Obsolete] attribute applied to the constructor
- Not be directly instantiated in test code, but rather obtained from the MEF container
This is a clean-up item related to #28945.
MEF-exported objects should:
[ImportingConstructor][Obsolete]attribute applied to the constructor