Represents a diagnostic (error, warning, information, hidden message).
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public interface IIntrospectionDiagnosticProperties
| Name | Description |
|---|---|
| Compilation | Gets the compilation in which the diagnostic was reported. |
| Declaration | Gets the declaration in which the diagnostic was reported. |
| Details | |
| FilePath | Gets the path of the file in which the diagnostic was reported. |
| Id | Gets the diagnostic id (e.g. |
| Line | Gets the line at which the diagnostic was reported. |
| Message | Gets the formatted diagnostic message. |
| Severity | Gets the diagnostic severity. |
| Source |