-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Issue 62532 config binding #66267
Issue 62532 config binding #66267
Conversation
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsThis changes adds a test asserting that config file with a nested name and property with a value of empty string can properly bind to a model. closes #62532
|
@wcsanders1 issue #62532 that you are linking is a bug but your PR here is just making a test change. Did you mean to add more changes to this PR? |
@maryamariyan My intent with the test was to show that the bug is not reproduceable. |
} | ||
|
||
[Fact] | ||
[ActiveIssue("https://github.com/dotnet/runtime/issues/34582", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)] |
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.
did you intend to add this ActiveIssue
line here?
Thanks for the explanation @wcsanders1 closing this PR. For more details refer to more updates in the issue page |
This changes adds a test asserting that config file with a nested name and property with a value of empty string can properly bind to a model. closes #62532