Skip to content

Commit 4e079d3

Browse files
committed
C#: Clean up dependencies Newtonsoft.Json and dont override nowarn.
1 parent 9513b6c commit 4e079d3

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

csharp/autobuilder/Semmle.Autobuild.CSharp/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ codeql_csharp_binary(
1717
"//csharp/extractor/Semmle.Extraction.CSharp.Standalone:bin/Semmle.Extraction.CSharp.Standalone",
1818
"//csharp/extractor/Semmle.Util",
1919
"@paket.main//microsoft.build",
20-
"@paket.main//newtonsoft.json",
2120
],
2221
)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Newtonsoft.Json
21
Microsoft.Build

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ codeql_csharp_library(
1111
]),
1212
allow_unsafe_blocks = True,
1313
internals_visible_to = ["Semmle.Extraction.Tests"],
14-
nowarn = ["CA1822"],
1514
visibility = ["//csharp:__subpackages__"],
1615
deps = [
1716
"//csharp/extractor/Semmle.Extraction.CSharp",
1817
"//csharp/extractor/Semmle.Util",
18+
"@paket.main//newtonsoft.json",
1919
],
2020
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Newtonsoft.Json

0 commit comments

Comments
 (0)