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 9ea6ef0 commit a161d6eCopy full SHA for a161d6e
csharp/extractor/Semmle.Extraction.Tests/FileContent.cs
@@ -43,6 +43,7 @@ public void TestFileContent1()
43
"<PackageReference Include=\"DotNetAnalyzers.DocumentationAnalyzers\" Version=\"1.0.0-beta.59\" PrivateAssets=\"all\" />",
44
"<PackageReference Version=\"7.0.0\" Include=\"Microsoft.CodeAnalysis.NetAnalyzers\"PrivateAssets=\"all\" />",
45
"<PackageReference Include=\"StyleCop.Analyzers\" Version=\"1.2.0-beta.406\">",
46
+ "<!-- <PackageReference Include=\"NUnit\" Version=\"3.10.1\" /> -->",
47
"<FrameworkReference Include=\"My.Framework\"/>"
48
};
49
var fileContent = new TestFileContent(lines);
0 commit comments