mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C#: Add some basic qhelp. Since these are internal queries, this is probably not needed.
This commit is contained in:
17
csharp/ql/src/Diagnostics/CompilerError.qhelp
Normal file
17
csharp/ql/src/Diagnostics/CompilerError.qhelp
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE qhelp PUBLIC
|
||||
"-//Semmle//qhelp//EN"
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
|
||||
<overview>
|
||||
<p>
|
||||
This is an internal query that finds all compilation errors reported by the C# compiler.</p>
|
||||
</overview>
|
||||
|
||||
<recommendation>
|
||||
<p>
|
||||
Fix the cause of the compilation error.
|
||||
</p>
|
||||
</recommendation>
|
||||
|
||||
</qhelp>
|
||||
Reference in New Issue
Block a user