-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Remove superfluous string[] and string from System.IO.Packaging.ContentType #66764
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
src/libraries/System.IO.Packaging/src/System/IO/Packaging/ContentType.cs
Show resolved
Hide resolved
|
Tagging subscribers to this area: @dotnet/area-system-io-compression Issue DetailsRelated to dotnet/wpf#6268
|
|
Has runtime/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ContentType.cs Line 405 in 8513b63
any special meaning?, otherwise search/replace with |
Purely a guess, but I'd speculate someone meant to write "character", instead had a typo and wrote "characeter", and a well-meaning tool decided to remove a potentially sensitive substring, leaving "cha----ter". Feel free to submit a PR to clean it up. |
adamsitnik
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.
LGTM, thank you @stephentoub
Related to dotnet/wpf#6268