IRewriteStep.GeneratedDiagnostics Property

Definition

Contains diagnostics generated by the rewrite step and intended for display to the user. Depending on the specified build configuration, the generated diagnostics may be queried after all implemented interface methods have been executed.

public System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.IRewriteStep.Diagnostic> GeneratedDiagnostics { get; }
member this.GeneratedDiagnostics : seq<Microsoft.Quantum.QsCompiler.IRewriteStep.Diagnostic>
Public ReadOnly Property GeneratedDiagnostics As IEnumerable(Of IRewriteStep.Diagnostic)

Property Value

IEnumerable<Diagnostic>

Applies to