Skip to content

[inflight/current] Update public API #29947

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 1 commit into from
Jun 12, 2025
Merged

Conversation

mattleibow
Copy link
Member

This just updates the public API so the merge to main is les crazy.

@Copilot Copilot AI review requested due to automatic review settings June 12, 2025 01:13
@mattleibow mattleibow requested a review from a team as a code owner June 12, 2025 01:13
@mattleibow mattleibow changed the base branch from main to inflight/current June 12, 2025 01:13
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 updates the public API definitions to streamline integration with main and reduce merge complexity.

  • Public API signatures have been updated by adding new members and removing deprecated ones across multiple platform-specific API files.
  • Several additions in shipped files and removals in unshipped files may have breaking implications if not paired with proper documentation and test case updates.

Reviewed Changes

Copilot reviewed 276 out of 276 changed files in this pull request and generated no comments.

File Description
src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt Added new public API members (e.g., UpdateSourceEventName setter).
src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt Removed several public API members in unshipped Tizen API.
src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt Added new public API members and updated existing ones.
src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt Removed multiple public API members specific to Mac Catalyst.
Comments suppressed due to low confidence (3)

src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt:810

  • The addition of a new public API member (UpdateSourceEventName setter) may introduce breaking changes. Please verify that these changes are fully documented and that appropriate test cases are added.
+~Microsoft.Maui.Controls.Internals.TypedBindingBase.UpdateSourceEventName.set -> void

src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt:1192

  • Updating the public API by adding a generic SetAndCreateSource method could be a breaking change. Ensure that the API documentation is updated and corresponding tests are provided.
+~Microsoft.Maui.Controls.ResourceDictionary.SetAndCreateSource<T>(System.Uri value) -> void

src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt:2

  • The removal of this public API member is a breaking change. Please ensure that any deprecation strategy is documented and that related test cases are updated accordingly.
-Microsoft.Maui.Controls.StyleableElement.Style.get -> Microsoft.Maui.Controls.Style?

@rmarinho rmarinho merged commit 6908b53 into inflight/current Jun 12, 2025
86 of 96 checks passed
@rmarinho rmarinho deleted the dev/update-public-api branch June 12, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants