Skip to content

Commit 03c1bf6

Browse files
committed
C#: Mark Xunit as uninteresting.
1 parent 18b1b51 commit 03c1bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Telemetry/ExternalAPI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ private class TestLibrary extends RefType {
9494
TestLibrary() {
9595
this.getNamespace()
9696
.getName()
97-
.matches(["NUnit.Framework%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
97+
.matches(["NUnit.Framework%", "Xunit%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
9898
}
9999
}

0 commit comments

Comments
 (0)