-
Notifications
You must be signed in to change notification settings - Fork 1.8k
TextTransformUtilites -> TextTransformUtilities #28632
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
🚨 API change(s) detected @davidbritch FYI |
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.
Pull Request Overview
This PR fixes a typo in the text transformation utilities by renaming the class from TextTransformUtilites to TextTransformUtilities and updating all references accordingly.
- Fixed the misspelled class name in the core utilities.
- Updated platform-specific extension files (Windows, iOS, Android, etc.) to reference the corrected utilities.
- Removed the obsolete file containing the typo.
Reviewed Changes
Copilot reviewed 40 out of 40 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/Controls/src/Core/Internals/TextTransformUtilities.cs | Introduces the correctly named utility class for text transformation. |
src/Controls/src/Core/Platform/Windows/Extensions/AutoSuggestBoxExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Windows/Extensions/TextBlockExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/iOS/Extensions/LabelExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Windows/Extensions/FormattedStringExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/iOS/Extensions/FormattedStringExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Android/Extensions/TextViewExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Android/Extensions/EditTextExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/DatePicker/DatePicker.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Picker/Picker.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/InputView/InputView.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Windows/Extensions/TextBoxExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Button/Button.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Android/Extensions/ButtonExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Button/Button.Windows.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Android/Extensions/FormattedStringExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/Android/Extensions/SearchViewExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Label/Label.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs | Updates reference to the corrected utility class. |
src/Controls/src/Core/Internals/TextTransformUtilites.cs | Removed obsolete file with the misspelled class name. |
Description of Change
Fixes a typo in the
TextTransformUtilities
class.