-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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(66229): Fix invalid processing of empty Dictionary node. #86485
fix(66229): Fix invalid processing of empty Dictionary node. #86485
Conversation
Tagging subscribers to this area: @dotnet/area-extensions-configuration |
f01d0b8
to
c41c884
Compare
c41c884
to
bd7d032
Compare
@tarekgh , could you review my current change again? If I correctly understand logs of currently failed tests, then it's linked with unavailable iOS device. |
/azp run runtime |
Commenter does not have sufficient privileges for PR 86485 in repo dotnet/runtime |
else | ||
{ | ||
BindProperties(bindingPoint.Value, config, options); | ||
bindingPoint.SetValue(CreateInstance(type, config, options)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Maximys the failure is not related to your change, and it is known failure https://github.com/dotnet/runtime/pull/86485/checks?check_run_id=13615931751. I guess you are going to fix the code according to my comment #86485 (comment) which will trigger the CI one more time anyway. @layomia the fix here looks good to me. Let me know if you are ok with it too. |
bd7d032
to
a8944dd
Compare
Did some tabs creep in? We do 4 space indent |
Reopened #86394
Fixes of #66229
For rerun failed tests by CI.