Open sandboxFocus

Interface IDiagnostic

Represents an instance of a diagnostic, including its parameters and its optional code fixes.

Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[InternalImplement]
public interface IDiagnostic

Properties

Name Description
Arguments

Gets the arguments of the current diagnostic.

Definition

Gets the IDiagnosticDefinition from which the current diagnostic has been created.

Extensions

Methods

Name Description
WithExtensions(ImmutableArray<IDiagnosticExtension>)

Extension Methods

See Also