Open sandboxFocus

Field SuggestionDiagnostic

A predefined DiagnosticDefinition that can be used to add code fixes without reporting a visible diagnostic.

Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
public static readonly DiagnosticDefinition SuggestionDiagnostic
Returns
Type Description
DiagnosticDefinition A predefined that can be used to add code fixes without reporting a visible diagnostic.
Remarks

This diagnostic uses Hidden so it doesn't appear in the IDE's error list, but still allows code fixes to be attached. Requires a premium edition of Metalama.