We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CreateJsonPropertyInfo throws NRE when type is null.
cc @eiriktsarpalis
JsonTypeInfo.CreateJsonPropertyInfo(null, "Name");
ArgumentNullException
NullReferenceException
No response
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis See info in area-owners.md if you want to be subscribed.
area-System.Text.Json
Sorry, something went wrong.
@krwq we might want to double check that all new public APIs validate null arguments
krwq
Successfully merging a pull request may close this issue.
Description
CreateJsonPropertyInfo throws NRE when type is null.
cc @eiriktsarpalis
Reproduction Steps
Expected behavior
ArgumentNullException
Actual behavior
NullReferenceException
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: