Uh oh!
There was an error while loading. Please reload this page.
Add support for types with parameterized ctors to config binder gen - #86365
Conversation
ghost
commented
May 17, 2023
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsThis PR adds initial support for config types that are bound using parameterized ctors, required properties, and/or init-only properties. Needs a follow up to
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tarekgh
left a comment
There was a problem hiding this comment.
Added a couple of comments please address them before merging.
8640d25 to
6cd9bf7Comparelayomia
commented
May 17, 2023
Will request review again after addressing #86365 (comment). |
b5bf629 to
3b4c0b6Comparelayomia
commented
May 25, 2023
Implementation is now in sync with reflection; including exception handling, parameter-property binding... PTAL. |
Uh oh!
There was an error while loading. Please reload this page.
tarekgh
commented
May 25, 2023
Missed that, thanks. It passes. |
This PR adds support for config types that are bound using parameterized ctors, required properties, and/or init-only properties.