Uh oh!
There was an error while loading. Please reload this page.
Update binding generator to do case-insensitive config-key/property name matching, & make some formatting improvements - #88338
Conversation
layomia
commented
Jul 3, 2023
- FixesConfigurationBinder Source Generator is comparing configuration keys case-sensitively #88112
- Contributes to Avoid emitting code that honors BinderOptions when not specified in binding call #88110
- Unblocks PRs Remove handwritten binding logic from Logging.Console; use generator instead #88067 & Enable configuration binding generator in TodosApi app aspnet/Benchmarks#1874
ghost
commented
Jul 3, 2023
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue Details
|
…ame matching, & make some formatting improvements
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.
Uh oh!
There was an error while loading. Please reload this page.
f9e16d6 to
dee11a0Compare
eerhardt
left a comment
There was a problem hiding this comment.
It might be good to get a review from @tarekgh and/or @eiriktsarpalis as well.
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| } | ||
| public static void BindCore(IConfiguration configuration, ref List<int> obj, BinderOptions? binderOptions) |
There was a problem hiding this comment.
Similar question here #88338 (comment); I need to take a deeper look outside this PR.
Uh oh!
There was an error while loading. Please reload this page.
tarekgh
left a comment
There was a problem hiding this comment.
LGTM. added a couple of questions.