-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Disable nullability warnings in JSON source generator #74801
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
Disable nullability warnings in JSON source generator #74801
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis |
...System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/JsonSerializerContextTests.cs
Show resolved
Hide resolved
eiriktsarpalis
left a comment
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.
Thanks!
|
/backport to release/7.0 |
|
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/2962426947 |
|
You beat me with port as I was trying to find out what syntax that command has 😄 |
Fixes: #74652
Fixes: #61734