We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397d814 commit 24a7a76Copy full SHA for 24a7a76
csharp/ql/src/Telemetry/ExtractorInformation.ql
@@ -11,7 +11,6 @@ import semmle.code.csharp.commons.Diagnostics
11
12
predicate compilationInfo(string key, float value) {
13
exists(Compilation c, string infoKey, string infoValue | infoValue = c.getInfo(infoKey) |
14
- exists(infoValue.toFloat()) and
15
key = infoKey and
16
value = infoValue.toFloat()
17
or
0 commit comments