-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IList<T> and related APIs to JsonObject. (#103645)
* Add IList<T> and related APIs to JsonObject. * Fix missing hashcode set in OrderedDictionary.SetAt * Re-enable disabled tests * Rename JsonPropertyDictionary<T> to OrderedDictionary<TKey, TValue> --------- Co-authored-by: Stephen Toub <stoub@microsoft.com>
- Loading branch information
1 parent
a33eb5c
commit c6779ba
Showing
26 changed files
with
1,130 additions
and
728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 0 additions & 83 deletions
83
...libraries/System.Text.Json/src/System/Text/Json/JsonPropertyDictionary.ValueCollection.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.