Skip to content
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

Extend detection for unsupported types #73241

Merged
merged 2 commits into from
Aug 3, 2022

Conversation

eiriktsarpalis
Copy link
Member

Makes a couple of changes on unsupported types:

@ghost
Copy link

ghost commented Aug 2, 2022

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

Makes a couple of changes on unsupported types:

Author: eiriktsarpalis
Assignees: -
Labels:

area-System.Text.Json

Milestone: -

* Add runtime detection for constructor parameters with missing names. Fix dotnet#58690.
* Extend NotSupportedTypeConverter to MemberInfo types from System.Type types. Contributes to dotnet#58947.
@eiriktsarpalis eiriktsarpalis merged commit 166ceb8 into dotnet:main Aug 3, 2022
@eiriktsarpalis eiriktsarpalis deleted the unsupported-types branch August 3, 2022 14:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArgumentNullException in System.Text.Json.Serialization.Metadata.JsonTypeInfo
3 participants