[rel/3.9] Fix System.MissingMethodException for KeyValuePair Deconstruction#5635
Merged
Evangelink merged 4 commits intomicrosoft:rel/3.9from May 26, 2025
Merged
Conversation
…yfill Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Evangelink
approved these changes
May 26, 2025
Member
|
@Youssef1313 let's ensure that there is some kind of acceptance/integration test to avoid regressing this behavior on main. |
Member
|
@Evangelink I think so far we don't have enough info to actually repro it. From the user report, it feels like netstandard2.0 assembly is getting restored when they are targeting net6.0, which is strange. But we didn't get a binlog from the user to understand why. It's more of a "blind" fix. |
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Jul 22, 2025
This was referenced Nov 19, 2025
This was referenced Nov 26, 2025
This was referenced Dec 10, 2025
This was referenced Dec 17, 2025
This was referenced Jan 7, 2026
This was referenced Jan 14, 2026
This was referenced Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #5633 to rel/3.9
/cc @Youssef1313 @copilot