-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple non-string TKey on dictionaries (#38056)
* Add support for multiple non-string TKey on dictionaries * Fix build errors * Fix performance regression * Add Read/WriteWithQuotes to the remaining supported types * Add support for a few more missing types * Add policy support for Enum keys * Address performance regression. * Fix test error on netstandard * 1. Add support for escaped characters on Read and avoid escaping on Write 2. Address some feedback * Remove TryGet*Core methods to mitigate perf regression * Remove duplicated escaping tests * Cache TKey and TValue converters * Remove duplicated code used to read the dictionary key * Bring back TryGet*Core * Fix test errors with floating point types * Address nits and feedback from steveharter
- Loading branch information
Showing
55 changed files
with
1,527 additions
and
200 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
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
Oops, something went wrong.