-
Notifications
You must be signed in to change notification settings - Fork 282
[rel/3.9] Fix System.MissingMethodException for KeyValuePair Deconstruction #5635
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
[rel/3.9] Fix System.MissingMethodException for KeyValuePair Deconstruction #5635
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>
@Youssef1313 let's ensure that there is some kind of acceptance/integration test to avoid regressing this behavior on main. |
@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. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Backport of #5633 to rel/3.9
/cc @Youssef1313 @copilot