Skip to content

Commit 5ec0494

Browse files
authored
Merge pull request #20731 from michaelnebel/csharp/updatedependencies
C#: Update extractor package dependencies.
2 parents 046db04 + c1ede51 commit 5ec0494

File tree

6 files changed

+203
-190
lines changed

6 files changed

+203
-190
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Extractor/Extractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static bool filter(CompilerCall compilerCall)
182182
var compilerCall = compilationData.CompilerCall;
183183
var diagnosticName = compilerCall.GetDiagnosticName();
184184
logger.LogInfo($" Processing compilation {diagnosticName} at {compilerCall.ProjectDirectory}");
185-
var compilerArgs = compilerCall.GetArguments();
185+
var compilerArgs = reader.ReadArguments(compilerCall);
186186

187187
var compilationIdentifierPath = string.Empty;
188188
try

csharp/paket.dependencies

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ source https://api.nuget.org/v3/index.json
44
# behave like nuget in choosing transitive dependency versions
55
strategy: max
66

7-
nuget Basic.CompilerLog.Util 0.9.8
7+
nuget Basic.CompilerLog.Util 0.9.21
88
nuget Mono.Posix.NETStandard
99
nuget Newtonsoft.Json
1010
nuget xunit
1111
nuget xunit.runner.visualstudio
1212
nuget xunit.runner.utility
1313
nuget Microsoft.NET.Test.Sdk
14-
nuget Microsoft.CodeAnalysis.CSharp 4.12.0
15-
nuget Microsoft.CodeAnalysis 4.12.0
16-
nuget Microsoft.Build 17.12.6
14+
nuget Microsoft.CodeAnalysis.CSharp 4.14.0
15+
nuget Microsoft.CodeAnalysis 4.14.0
16+
nuget Microsoft.Build 17.14.28
1717
nuget Microsoft.Win32.Primitives
1818
nuget System.Net.Primitives
1919
nuget System.Security.Principal

csharp/paket.lock

Lines changed: 139 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)