mirror of
https://github.com/github/codeql.git
synced 2026-08-04 17:33:18 +02:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
import csharp
|
|
import semmle.code.csharp.commons.Diagnostics
|
|
|
|
query predicate compilationMessages(Diagnostic diag) { any() }
|
|
|
|
query predicate extractorMessages(ExtractorMessage msg) { any() }
|