Open sandboxFocus

Class MessageDispenser

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
Namespace: PostSharp.Extensibility
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, messages are called diagnostics and they must be defined as static fields of aspects or fabrics using the 'DiagnosticDefinition<T>' class.", false)]
public abstract class MessageDispenser : IMessageDispenser

Constructors

Name Description
MessageDispenser(string)

Properties

Name Description
Prefix

Methods

Name Description
GetHelpUrl(int)
GetMessage(int)
GetMessage(string)

See Also