Skip to content

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

Merged
merged 5 commits into from
Mar 26, 2025

Conversation

jfversluis
Copy link
Member

Description of Change

Fixes a typo in the TextTransformUtilities class.

@jfversluis jfversluis added t/breaking 💥 t/housekeeping ♻︎ area-architecture Issues with code structure, SDK structure, implementation details labels Mar 26, 2025
@jfversluis jfversluis added this to the .NET 10.0-preview3 milestone Mar 26, 2025
@Copilot Copilot AI review requested due to automatic review settings March 26, 2025 11:23
@jfversluis jfversluis requested a review from a team as a code owner March 26, 2025 11:23
Copy link
Contributor

🚨 API change(s) detected @davidbritch FYI

Copy link
Contributor

@Copilot Copilot AI left a 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.

jsuarezruiz

This comment was marked as outdated.

@rmarinho rmarinho merged commit 1e9efda into net10.0 Mar 26, 2025
126 of 128 checks passed
@rmarinho rmarinho deleted the typo-TextTransformUtilities branch March 26, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-architecture Issues with code structure, SDK structure, implementation details t/breaking 💥 t/housekeeping ♻︎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants