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 the reading of the legacy algorithm property #5970

Merged
merged 4 commits into from
Aug 15, 2024

Conversation

nkolev92
Copy link
Member

@nkolev92 nkolev92 commented Aug 15, 2024

Bug

Fixes: NuGet/Home#13700

Description

In the speed of merging f06d028#diff-243f52adff2a41b2195f19c88106dbcc830a2d8cc0f39b1ac39a5f444bfa3c0c, a scenario was missed.
The new property wasn't round trippable and the standard msbuild restore scenario did not respect the property (static graph, VS do).

This fixes that and adds tests to ensure we don't have this problem in the future.

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests
  • Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc.

@nkolev92 nkolev92 marked this pull request as ready for review August 15, 2024 06:33
@nkolev92 nkolev92 requested a review from a team as a code owner August 15, 2024 06:33
jeffkl
jeffkl previously approved these changes Aug 15, 2024
jeffkl
jeffkl previously approved these changes Aug 15, 2024
@nkolev92 nkolev92 enabled auto-merge (squash) August 15, 2024 16:14
@jeffkl jeffkl disabled auto-merge August 15, 2024 16:50
@jeffkl jeffkl merged commit b280232 into dev Aug 15, 2024
26 of 28 checks passed
@jeffkl jeffkl deleted the dev-nkolev92-fixReadingOfLegacyProperty branch August 15, 2024 16:50
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
3 participants