ReportAction
Gets or sets the action to execute when diagnostics are reported. The default action is ReportToConsole(IReadOnlyList<IIntrospectionDiagnostic>).
Declaration
public static Action<IReadOnlyList<IIntrospectionDiagnostic>>? ReportAction { get; set; }Property Value
| Type | Description |
|---|---|
| Action<IReadOnlyList<IIntrospectionDiagnostic>> |