Skip to content

Use underlying type converter for nullable type#84208

Merged
eiriktsarpalis merged 8 commits intodotnet:mainfrom
pedrobsaila:66547
May 31, 2023
Merged

Use underlying type converter for nullable type#84208
eiriktsarpalis merged 8 commits intodotnet:mainfrom
pedrobsaila:66547

Conversation

@pedrobsaila
Copy link
Contributor

Fixes #66547

@ghost ghost added area-System.Text.Json community-contribution Indicates that the PR has been added by a community member labels Apr 1, 2023
@ghost
Copy link

ghost commented Apr 1, 2023

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #66547

Author: pedrobsaila
Assignees: -
Labels:

area-System.Text.Json

Milestone: -

@pedrobsaila
Copy link
Contributor Author

@pedrobsaila pedrobsaila deleted the 66547 branch May 30, 2023 19:19
@eiriktsarpalis
Copy link
Member

@pedrobsaila would it be possible to rebase your PR so that the tests that you added can be included? Thanks

@pedrobsaila pedrobsaila restored the 66547 branch May 30, 2023 20:26
@pedrobsaila pedrobsaila reopened this May 30, 2023
Copy link
Member

@eiriktsarpalis eiriktsarpalis left a comment

Choose a reason for hiding this comment

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

I've pushed further commits adding runtime tests and making necessary changes to the emitter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Text.Json community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Json source generator should support JsonConverter on non-nullable and nullable types

3 participants