![]() | ReportDiagnostic Class |
Namespace: Microsoft.CodeAnalysis
The ReportDiagnostic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Default |
Report a diagnostic by default.
|
![]() ![]() | Error |
Report a diagnostic as an error.
|
![]() ![]() | Hidden |
Report a diagnostic as hidden.
|
![]() ![]() | Info |
Report a diagnostic as an info.
|
![]() ![]() | Suppress |
Suppress a diagnostic.
|
![]() | value__ | |
![]() ![]() | Warn |
Report a diagnostic as a warning even though /warnaserror is specified.
|