다음을 통해 공유


SuppressionAnalysisContext.ReportedDiagnostics 속성

정의

분석기 및/또는 컴파일러 비오류 진단 컴파일에 대해 보고됩니다. 각각 DiagnosticSuppressor 은 ID가 에서 억제할 수 없음SupportedSuppressions으로 선언된 진단 수신합니다. 이는 증분 및 부분 분석 시나리오를 지원하기 위한 최적화로 보고된 진단 전체 집합의 하위 집합일 수 있습니다. 진단은 다음 조건이 모두 충족되는 경우 DiagnosticSuppressor에서 억제할 수 없는 것으로 간주됩니다. 1. pragma/suppress 메시지 특성을 통해 원본에서 진단이 아직 표시되지 않습니다. 2. 진단이 이 DefaultSeverity 아닙니다 Error. 3. 진단은 사용자 지정 태그로 NotConfigurable 태그가 지정되지 않습니다.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic> ReportedDiagnostics { get; }
member this.ReportedDiagnostics : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>
Public ReadOnly Property ReportedDiagnostics As ImmutableArray(Of Diagnostic)

속성 값

적용 대상