Open sandboxFocus

Interface IMessageDispenser

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

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 interface IMessageDispenser

Methods

Name Description
GetMessage(string)

See Also