Skip to main content
Version: Next

MP0009

References a dependency type that does not implement IModule.

PropertyValue
CategoryUsage
Default severityError
AvailabilityPublic analyzer package

Configure severity

.editorconfig
dotnet_diagnostic.MP0009.severity = error

Use none to disable the rule, or silent, suggestion, warning, or error to change its severity.

Suppress a specific occurrence

#pragma warning disable MP0009
// Code that intentionally violates MP0009.
#pragma warning restore MP0009