mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +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() }
|