MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​ExtensibilityMessage­Dispenser
Open sandboxFocus

MessageDispenser Class

In Metalama, messages are called diagnostics and they must be defined as static fields of aspects or fabrics using the DiagnosticDefinition<T> class.

Inheritance
MessageDispenser
Implements
IMessageDispenser
Namespace: PostSharp.Extensibility
Assembly: Metalama.Migration.dll
Syntax
public abstract class MessageDispenser : Object, IMessageDispenser

Constructors

Name Description
MessageDispenser(String)

Properties

Name Description
Prefix

Methods

Name Description
GetHelpUrl(Int32)
GetMessage(Int32)
GetMessage(String)

See Also