C#: Rename Dependabot to Registry and update log messages. - #22542
Merged
michaelnebel merged 3 commits intoSep 14, 2026
Conversation
michaelnebel
force-pushed
the
csharp/dependabottoregistryrename
branch
from
September 10, 2026 13:40
fc5a547 to
67f98aa
Compare
michaelnebel
force-pushed
the
csharp/dependabottoregistryrename
branch
from
September 11, 2026 09:51
67f98aa to
1c2025b
Compare
…mprove some unit tests comments.
michaelnebel
force-pushed
the
csharp/dependabottoregistryrename
branch
from
September 11, 2026 09:58
1c2025b to
c5d5827
Compare
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The rename is complete and consistent; the identified documentation wording issue is non-blocking.
Review tier: Balanced
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/EnvironmentVariableNames.cs — Describe ProxyPort as a port |
What changed in this PR
Renames the C# dependency-fetching proxy abstraction from Dependabot to Registry and updates related logging and tests.
Changes:
- Renames proxy interfaces, implementations, parameters, and test stubs.
- Updates proxy log messages and certificate directory naming.
- Clarifies unit-test comments.
| File | Description |
|---|---|
RegistryProxy.cs (tests) |
Renames proxy tests and stubs. |
FeedManager.cs (tests) |
Updates test proxy names and comments. |
RegistryProxyConfiguration.cs |
Renames configuration implementation. |
RegistryProxy.cs |
Renames proxy implementation and messages. |
NugetPackageRestorer.cs |
Uses the renamed proxy interface. |
IRegistryProxyConfiguration.cs |
Renames the configuration interface. |
IRegistryProxy.cs |
Renames the proxy interface. |
FeedManagerIO.cs |
Updates proxy handling and warnings. |
FeedManager.cs |
Updates proxy constructor parameters. |
EnvironmentVariableNames.cs |
Updates proxy documentation. |
DotNetCliInvoker.cs |
Updates proxy parameter and logging. |
DotNet.cs |
Propagates the renamed proxy type. |
DependencyManager.cs |
Creates, passes, and disposes the renamed proxy. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
mbg
previously approved these changes
Sep 11, 2026
mbg
left a comment
Member
There was a problem hiding this comment.
Thanks for remembering! This generally looks good to me, with just one minor nitpicky comment about the capitalisation of "Registry proxy".
mbg
approved these changes
Sep 14, 2026
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.

Also slightly improve some unit test comments.