Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Support nullable values in dictionaries#40991

Merged
layomia merged 5 commits intodotnet:masterfrom
layomia:idictionary
Sep 17, 2019
Merged

Support nullable values in dictionaries#40991
layomia merged 5 commits intodotnet:masterfrom
layomia:idictionary

Conversation

@layomia
Copy link
Contributor

@layomia layomia commented Sep 10, 2019

@layomia layomia added this to the 5.0 milestone Sep 10, 2019
@layomia layomia self-assigned this Sep 10, 2019
@layomia layomia requested a review from ahsonkhan September 11, 2019 19:44
Copy link

@ahsonkhan ahsonkhan left a comment

Choose a reason for hiding this comment

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

Other than the leftover feedback/questions, LGTM.

@layomia layomia merged commit a308e93 into dotnet:master Sep 17, 2019
layomia added a commit to layomia/corefx that referenced this pull request Sep 19, 2019
* Support nullable values in dictionaries

* Address review feedback

* Address feedback

* Defer dictionary key escaping to writer
layomia added a commit that referenced this pull request Sep 20, 2019
* Support nullable values in dictionaries

* Address review feedback

* Address feedback

* Defer dictionary key escaping to writer
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Support nullable values in dictionaries

* Address review feedback

* Address feedback

* Defer dictionary key escaping to writer


Commit migrated from dotnet/corefx@a308e93
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.

System.Text.Json: Serializing IDictionary with nullable value type throws "Specified method is not supported."

4 participants