C#: Update extractor package dependencies.#20731
Merged
michaelnebel merged 5 commits intogithub:mainfrom Nov 5, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the C# extractor's roslyn and binlog dependencies to newer versions to improve database and analysis quality. Key changes include:
- Updating
Basic.CompilerLog.Utilfrom 0.9.8 to 0.9.21 - Updating
Microsoft.CodeAnalysisfrom 4.12.0 to 4.14.0 - Updating
Microsoft.Buildfrom 17.12.6 to 17.14.28 - Adapting code to API change in binlog reader
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| csharp/ql/lib/change-notes/2025-11-03-roslyn-and-binlog.md | Adds release note documenting the dependency updates |
| csharp/ql/integration-tests/posix/standalone_dependencies_executing_runtime/Assemblies.expected | Updates expected test output to include new dependencies (Microsoft.Bcl.Memory.dll, NaturalSort.Extension.dll) |
| csharp/paket.main.bzl | Updates package versions and dependencies in the build configuration |
| csharp/paket.lock | Updates locked dependency versions |
| csharp/paket.dependencies | Updates top-level dependency versions |
| csharp/extractor/Semmle.Extraction.CSharp/Extractor/Extractor.cs | Changes API call from compilerCall.GetArguments() to reader.ReadArguments(compilerCall) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR we
According to DCA