Table of Contents

Analyzers

The following analyzers are included in the Microsoft.VisualStudio.Composition.Analyzers package to help you avoid common mistakes while authoring MEF parts.

ID Title
VSMEF001 Importing property must have setter
VSMEF002 Avoid mixing MEF attribute libraries
VSMEF003 Exported type not implemented by exporting class
VSMEF004 Exported type missing importing constructor
VSMEF005 Multiple importing constructors
VSMEF006 Import nullability and AllowDefault mismatch
VSMEF007 Duplicate import contract