Uh oh!
There was an error while loading. Please reload this page.
Fix Configuration to ensure calling the property setters. - #80438
Conversation
ghost
commented
Jan 10, 2023
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsWhen performing the configuration property binding, we need to ensure calling the property setter (if the property has a setter). The reason is the apps can decide having some logic adjusting the property value inside the setter. This is a fix to a regression introduced in 7.0 release.
|
tarekgh
commented
Jan 10, 2023
CC @SteveDunn |
Uh oh!
There was an error while loading. Please reload this page.
tarekgh
commented
Jan 12, 2023
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3904245491 |
layomia
commented
Jan 12, 2023
LGTM. |
tarekgh
commented
Jan 26, 2023
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4019814284 |
#79904
When performing the configuration property binding, we need to ensure calling the property setter (if the property has a setter). The reason is the apps can decide having some logic adjusting the property value inside the setter. This is a fix to a regression introduced in 7.0 release.