Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix packages with dependencies being installed via COM #3254

Merged
merged 1 commit into from
May 16, 2023

Conversation

JohnMcPMS
Copy link
Member

@JohnMcPMS JohnMcPMS commented May 16, 2023

Problem

Packages with dependencies were not being indexed into the database (unless one also happened to install the dependency tree ahead of them). This was causing both an error to install and future installation attempts to fail.

Change

Disable dependency indexing for the installing database, and on a failure to index the manifest, remove the item from the queue.

Microsoft Reviewers: Open in CodeFlow

@JohnMcPMS JohnMcPMS requested a review from a team as a code owner May 16, 2023 04:23
@JohnMcPMS JohnMcPMS merged commit 7b6f58a into microsoft:master May 16, 2023
@JohnMcPMS JohnMcPMS deleted the fix-dep-com branch May 16, 2023 17:12
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.

2 participants