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 regression in constructor parameter binding logic. #109786

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

eiriktsarpalis
Copy link
Member

A refactoring introduced in 455f540 regressed the way in which conflicting parameters are being resolved. This PR reinstates the original logic.

Fix #109768. Should be backported to .NET 9.

@eiriktsarpalis eiriktsarpalis merged commit d3f4de1 into dotnet:main Nov 14, 2024
81 of 83 checks passed
@eiriktsarpalis
Copy link
Member Author

/backport to release/9.0-staging

Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/11833161221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deserializing JSON with properties that differ in casing
2 participants