Promote uv.lock to stable - #1853
Open
Ryan Brandenburg (ryanbrandenburg) wants to merge 1 commit into
Open
Conversation
Ryan Brandenburg (ryanbrandenburg)
requested a review
from a team
as a code owner
August 3, 2026 23:31
Ryan Brandenburg (ryanbrandenburg)
requested a review
from Edgar Ruiz (edgarrs)
August 3, 2026 23:31
Copilot started reviewing on behalf of
Ryan Brandenburg (ryanbrandenburg)
August 3, 2026 23:31
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Promotes the UvLockComponentDetector from experimental to stable by removing its experiment-based rollout and marking it as a non-experimental detector, making it enabled by default in the orchestrator.
Changes:
- Removed the
UvLockDetectorExperimentconfiguration and its orchestrator test coverage. - Updated
UvLockComponentDetectorto no longer implementIExperimentalDetector, and adjusted detector registration tests accordingly. - Updated detector documentation to reflect stable status (and minor formatting cleanup).
Show a summary per file
| File | Description |
|---|---|
| test/Microsoft.ComponentDetection.Orchestrator.Tests/Experiments/UvLockDetectorExperimentTests.cs | Removes tests for the uv experiment configuration since the experiment is being retired. |
| test/Microsoft.ComponentDetection.Detectors.Tests/ComponentDetectorTests.cs | Updates assertion to ensure UvLockComponentDetector is not experimental. |
| src/Microsoft.ComponentDetection.Orchestrator/Extensions/ServiceCollectionExtensions.cs | Removes DI registration for the uv experiment configuration. |
| src/Microsoft.ComponentDetection.Orchestrator/Experiments/Configs/UvLockDetectorExperiment.cs | Removes the uv experiment configuration implementation. |
| src/Microsoft.ComponentDetection.Detectors/uv/UvLockComponentDetector.cs | Drops IExperimentalDetector implementation to make the detector stable/on-by-default. |
| docs/detectors/uv.md | Minor formatting change in the uv detector docs. |
| docs/detectors/README.md | Updates the uv detector status from Experimental to Stable. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 0
- Review effort level: Lite
Greg Villicana (grvillic)
approved these changes
Aug 4, 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.
The telemetry for this detector is looking good so let's promote it from experimental to stable. This will turn it on-by-default and increase the # of components that are detected in any repository that uses uv by default.