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

Add RestoreUseLegacyDependencyResolver property to fall back to the old restore resolver #5964

Merged
merged 6 commits into from
Aug 13, 2024

Conversation

nkolev92
Copy link
Member

@nkolev92 nkolev92 commented Aug 12, 2024

Bug

Fixes: NuGet/Home#13700

Description

Adds a property to toggle to the previous restore algorithm.
This PR also adds telemetry. Should transitive pinning get implemented before GA ships, we can probably remove the "use" vs "used" properties.

PR Checklist

@nkolev92 nkolev92 marked this pull request as ready for review August 12, 2024 23:33
@nkolev92 nkolev92 requested a review from a team as a code owner August 12, 2024 23:33
@nkolev92
Copy link
Member Author

Once I get a sign-off on the name, I can create the PR on the project-system side.

@nkolev92 nkolev92 merged commit f06d028 into dev Aug 13, 2024
28 checks passed
@nkolev92 nkolev92 deleted the dev-nkolev92-newResolverProperty branch August 13, 2024 16:29
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.

Add property for toggling the to the previous NuGet resolver: RestoreUseLegacyDependencyResolver
2 participants