Open sandboxFocus

Interface IDiagnosticSource

Represents the source of a diagnostic or suppression, typically an aspect, fabric, or other compile-time code component.

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

This interface is used internally by the diagnostic system to track which aspect or compile-time component reported a diagnostic or suppression. It is automatically implemented by the framework and typically not used directly in user code.

Properties

Name Description
DiagnosticSourceDescription

Gets a description of the diagnostic source for logging and debugging purposes.

Extension Methods

See Also