Skip to content

Fix conda namespace#1840

Merged
grvillic merged 1 commit into
mainfrom
rybrande/conda_namespace
Jul 9, 2026
Merged

Fix conda namespace#1840
grvillic merged 1 commit into
mainfrom
rybrande/conda_namespace

Conversation

@ryanbrandenburg

@ryanbrandenburg ryanbrandenburg commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This namespace did not match the folder structure or code intention, so I figured I'd clean it up.

Copilot AI review requested due to automatic review settings July 8, 2026 17:28
@ryanbrandenburg ryanbrandenburg requested a review from a team as a code owner July 8, 2026 17:28
@ryanbrandenburg ryanbrandenburg requested a review from jpinz July 8, 2026 17:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the CondaLockComponentDetector namespace so it aligns with the conda-lock detector’s intended naming, avoiding the incorrect Detectors.Poetry namespace for conda-lock code.

Changes:

  • Updated CondaLockComponentDetector to use Microsoft.ComponentDetection.Detectors.CondaLock.
  • Removed an unnecessary using Microsoft.ComponentDetection.Detectors.CondaLock; after moving the type into that namespace.
Show a summary per file
File Description
src/Microsoft.ComponentDetection.Detectors/conda/CondaLockComponentDetector.cs Renames the detector’s namespace to Detectors.CondaLock and removes a redundant using.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Copilot AI review requested due to automatic review settings July 8, 2026 19:49
@ryanbrandenburg ryanbrandenburg force-pushed the rybrande/conda_namespace branch from d5e84af to 122ef3b Compare July 8, 2026 19:49
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

👋 Hi! It looks like you modified some files in the Detectors folder.
You may need to bump the detector versions if any of the following scenarios apply:

  • The detector detects more or fewer components than before
  • The detector generates different parent/child graph relationships than before
  • The detector generates different devDependencies values than before

If none of the above scenarios apply, feel free to ignore this comment 🙂

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 3/3 changed files
  • Comments generated: 0 new
  • Review effort level: Low

Copilot AI review requested due to automatic review settings July 8, 2026 23:22
@ryanbrandenburg ryanbrandenburg force-pushed the rybrande/conda_namespace branch from 122ef3b to db816fc Compare July 8, 2026 23:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 3/3 changed files
  • Comments generated: 0 new
  • Review effort level: Low

@grvillic grvillic merged commit af8291b into main Jul 9, 2026
16 checks passed
@grvillic grvillic deleted the rybrande/conda_namespace branch July 9, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants