Demonstrate converters for Dictionary<TKey, TValue> where TKey is not String (dotnet...
authorSteve Harter <steveharter@users.noreply.github.com>
Thu, 3 Oct 2019 22:49:04 +0000 (17:49 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 22:49:04 +0000 (17:49 -0500)
commit40d6eb9fbdf8b09ac76df2103344bd912dfe8e86
treefb7bf8879e36ba0f0a85ae233667c181acfe1386
parent0b46f7f334e4d3e57d6d3749af6328d6f12e271b
Demonstrate converters for Dictionary<TKey, TValue> where TKey is not String (dotnet/corefx#41469)

Commit migrated from https://github.com/dotnet/corefx/commit/eff9fbf446468ca411bf5e0475916f316eea7223
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryConverterForIDictionary.cs [moved from src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.Dictionary.cs with 56% similarity]
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryGuidConverter.cs [new file with mode: 0644]
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryInt32StringConverter.cs [new file with mode: 0644]
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryInt32StringKeyValueConverter.cs [new file with mode: 0644]
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryKeyValueConverter.cs [new file with mode: 0644]
src/libraries/System.Text.Json/tests/Serialization/OptionsTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj