Fix expected test result on Windows

This commit is contained in:
Tamas Vajk
2024-04-17 15:12:51 +02:00
parent 41e666c724
commit 7b5f2c7d94
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
| Failed project restore with package source error | 0.0 |
| Failed solution restore with package source error | 0.0 |
| Project files on filesystem | 1.0 |
| Resolved assembly conflicts | 0.0 |
| Resource extraction enabled | 1.0 |
| Restored .NET framework variants | 1.0 |
| Restored projects through solution files | 0.0 |

View File

@@ -3,6 +3,7 @@ import semmle.code.csharp.commons.Diagnostics
query predicate compilationInfo(string key, float value) {
key != "Resolved references" and
key != "Resolved assembly conflicts" and
not key.matches("Compiler diagnostic count for%") and
exists(Compilation c, string infoKey, string infoValue | infoValue = c.getInfo(infoKey) |
key = infoKey and