-
Notifications
You must be signed in to change notification settings - Fork 5.3k
System.Text.Json file and converter name clean-up (no functional changes) #32184
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
Conversation
04621bd to
208e067
Compare
jozkee
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise; looks good to me.
...rc/System/Text/Json/Serialization/Converters/Collection/DictionaryOfStringTValueConverter.cs
Outdated
Show resolved
Hide resolved
| @@ -9,7 +9,8 @@ namespace System.Text.Json.Serialization.Converters | |||
| /// <summary> | |||
| /// Default base class implementation of <cref>JsonIEnumerableConverter{TCollection, TElement}</cref>. | |||
| /// </summary> | |||
| internal abstract class JsonIEnumerableDefaultConverter<TCollection, TElement> : JsonCollectionConverter<TCollection, TElement> | |||
| internal abstract class IEnumerableDefaultConverter<TCollection, TElement> | |||
| : JsonCollectionConverter<TCollection, TElement> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JsonConllectionConverter, JsonDictionaryConverter and JsonObjectConverter are not renamed becuase those are the ones that are going to become public, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. If that's not the case then we can revisit the naming at that point.
ahsonkhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that, looks good.
208e067 to
b82585f
Compare
b82585f to
640e3a7
Compare
|
Test failures unrelated (issues logged):
|
General clean-up of converters and the System.Text.Json.csproj.
S.T.Json.csproj:
Converters (internal converters only)
Misc
JsonPreservableArrayReference.cs)ExtensionMethods.cstoConverters\Collection\IEnumerableConverterFactoryHelpers.cs