Skip to content

Fix config source gen binding value types to null configuration values#107654

Merged
tarekgh merged 2 commits intodotnet:mainfrom
tarekgh:FixConfigSourceGenBindingValueTypesToNullConfigurationValues
Sep 11, 2024
Merged

Fix config source gen binding value types to null configuration values#107654
tarekgh merged 2 commits intodotnet:mainfrom
tarekgh:FixConfigSourceGenBindingValueTypesToNullConfigurationValues

Conversation

@tarekgh
Copy link
Copy Markdown
Member

@tarekgh tarekgh commented Sep 10, 2024

@tarekgh tarekgh added this to the 10.0.0 milestone Sep 10, 2024
@tarekgh tarekgh added the source-generator Indicates an issue with a source generator feature label Sep 10, 2024
@tarekgh tarekgh requested a review from ericstj September 10, 2024 21:34
Copy link
Copy Markdown
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice minimal change (just the large set of baselines). I had a minor test suggestion.

@tarekgh tarekgh merged commit f0f2119 into dotnet:main Sep 11, 2024
@tarekgh
Copy link
Copy Markdown
Member Author

tarekgh commented Sep 11, 2024

/backport to release/9.0

@github-actions
Copy link
Copy Markdown
Contributor

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10803523749

jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
dotnet#107654)

* Fix config source gen binding value types to null configuration values

* Address the feedback
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
dotnet#107654)

* Fix config source gen binding value types to null configuration values

* Address the feedback
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Extensions-Configuration source-generator Indicates an issue with a source generator feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InvalidOperationException for nullable int in ConfigurationBinder source generator generated code

2 participants