Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

  • Article

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)

Extension Methods

See Also