Skip to content

remove dead code#13125

Merged
SimaTian merged 3 commits intomainfrom
issue-13082-remove-dead-code
Jan 28, 2026
Merged

remove dead code#13125
SimaTian merged 3 commits intomainfrom
issue-13082-remove-dead-code

Conversation

@SimaTian
Copy link
Copy Markdown
Member

Fixes #13082

Context

removing a commented out code as described in the ticket.

Copilot AI review requested due to automatic review settings January 27, 2026 14:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 aims to clean up dead code in ValidateMSBuildPackageDependencyVersions related to special handling of System.ValueTuple binding redirects, as requested in issue #13082.

Changes:

  • Removed a commented-out foundSystemValueTuple tracking block and its associated final error log.
  • Replaced a previously commented-out special-case System.ValueTuple condition with a negated if around the version-mismatch error logging.

@SimaTian SimaTian merged commit 211a2e1 into main Jan 28, 2026
9 checks passed
@SimaTian SimaTian deleted the issue-13082-remove-dead-code branch January 28, 2026 15:23
JaclynCodes added a commit to JaclynCodes/msbuild that referenced this pull request Jan 28, 2026
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.

Update binding-redirect validation logic to account for ValueTuple changes

3 participants