C#: Add some logging messages for lazily computed sets of dependencies. - #22601
Conversation
d17a242 to
72d8db8
Compare
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The logging additions accurately describe existing lazy computations and introduce no functional changes.
Review effort: Balanced
Findings: None
What changed in this PR
Adds informational logging around lazy NuGet feed discovery without changing feed selection behavior.
Changes:
- Logs discovery of explicit, inherited, fallback, default, and aggregate feed sets.
- Preserves lazy evaluation.
| File | Description |
|---|---|
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs |
Adds feed-discovery log messages. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
hvitved
left a comment
There was a problem hiding this comment.
Could also be LogDebug; I'll let you decide.
Thx! I would like to keep it as |
Improve the FeedManager logging.