mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C#: Mark Xunit as uninteresting.
This commit is contained in:
@@ -94,6 +94,6 @@ private class TestLibrary extends RefType {
|
||||
TestLibrary() {
|
||||
this.getNamespace()
|
||||
.getName()
|
||||
.matches(["NUnit.Framework%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
|
||||
.matches(["NUnit.Framework%", "Xunit%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user