Enumerates the possible sources (or originators) of an IIntrospectionDiagnostic.
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public enum IntrospectionDiagnosticSourceFields
| Name | Description |
|---|---|
| CSharp | The diagnostic is produced by the C# compiler. |
| MSBuild | The diagnostic is reported by MSBuild. |
| Metalama | The diagnostic is produced by Metalama. |
| User | The diagnostic is reported by the user using an API. |