Module Diagnostics
Provides classes relating to compilation and extraction diagnostics.
Import path
import semmle.code.csharp.commons.Diagnostics
Imports
Compilation | |
csharp | The default C# QL library. |
Classes
CompilerError | A diagnostic that is a compilation error. |
Diagnostic | A diagnostic emitted by a compilation, such as a compilation warning or an error. |
ExtractorError | An error from an extractor. |
ExtractorMessage | A message from an extractor. |