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 18b1b51 commit 03c1bf6Copy full SHA for 03c1bf6
csharp/ql/src/Telemetry/ExternalAPI.qll
@@ -94,6 +94,6 @@ private class TestLibrary extends RefType {
94
TestLibrary() {
95
this.getNamespace()
96
.getName()
97
- .matches(["NUnit.Framework%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
+ .matches(["NUnit.Framework%", "Xunit%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
98
}
99
0 commit comments