Skip to content

[api] Fix PublicApi shipped file #29840

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 2 commits into from
Jun 5, 2025
Merged

[api] Fix PublicApi shipped file #29840

merged 2 commits into from
Jun 5, 2025

Conversation

rmarinho
Copy link
Member

@rmarinho rmarinho commented Jun 5, 2025

Description of Change

The XmlnsDefinitonAttribute PR had some changes to the shipped public file that were incorrect.

Issues Fixed

Fixes PublicApi files

@Copilot Copilot AI review requested due to automatic review settings June 5, 2025 16:58
@rmarinho rmarinho requested a review from a team as a code owner June 5, 2025 16:58
@rmarinho rmarinho requested review from mattleibow and PureWeen June 5, 2025 16:58
@rmarinho rmarinho added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Jun 5, 2025
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 the incorrect public API signatures for the XmlnsDefinitionAttribute by replacing the "target" parameter with the correct "clrNamespace" parameter in the shipped PublicAPI files.

  • Corrects the public API constructor signature in PublicAPI files for multiple platforms.
  • Removes deprecated API signatures and ensures consistency across shipped files.

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Shipped.txt Updated XmlnsDefinitionAttribute signature (changed "target" to "clrNamespace").
src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt Updated XmlnsDefinitionAttribute signature (changed "target" to "clrNamespace").
src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt Updated XmlnsDefinitionAttribute signature (changed "target" to "clrNamespace").
src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt Updated XmlnsDefinitionAttribute signature (changed "target" to "clrNamespace").
src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Shipped.txt Updated XmlnsDefinitionAttribute signature (changed "target" to "clrNamespace").
src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt Updated XmlnsDefinitionAttribute signature (changed "target" to "clrNamespace").

@rmarinho rmarinho merged commit 5977080 into net10.0 Jun 5, 2025
16 of 20 checks passed
@rmarinho rmarinho deleted the fix-publicapi branch June 5, 2025 18:12
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions t/housekeeping ♻︎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants