-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Use underlying type converter for nullable type #84208
Conversation
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue DetailsFixes #66547
|
Hi @krwq I'm closing this PR since @eiriktsarpalis already fixed it as part of #84015 see : |
@pedrobsaila would it be possible to rebase your PR so that the tests that you added can be included? Thanks |
...tem.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/JsonSourceGeneratorTests.cs
Outdated
Show resolved
Hide resolved
...tem.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/JsonSourceGeneratorTests.cs
Outdated
Show resolved
Hide resolved
…neration.Unit.Tests/JsonSourceGeneratorTests.cs
…neration.Unit.Tests/JsonSourceGeneratorTests.cs
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.
I've pushed further commits adding runtime tests and making necessary changes to the emitter.
Fixes #66547