C#: Add some basic qhelp. Since these are internal queries, this is probably not needed.

This commit is contained in:
Calum Grant
2019-05-22 10:16:24 +01:00
parent 75c19e3991
commit fc8eccfc6b
6 changed files with 79 additions and 4 deletions

View 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>