Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR regenerates Public API files to fix CI build failures. The changes primarily consist of reorganizing API entries in PublicAPI.Unshipped.txt files across different target frameworks, moving entries between sections and ensuring proper alphabetical ordering.
- Reorganizes public API entries to fix CI validation issues
- Moves API declarations between different sections within the same files
- Removes entire content from the Tizen target framework API file
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/PublicAPI.targets | Adds WriteLinesToFile task to create missing PublicAPI files |
| src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt | Reorganizes API entries and moves CalendarDatePickerExtensions and WindowHandler methods |
| src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt | Moves IWindow.IsMaximizable/IsMinimizable properties to correct location |
| src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt | Reorganizes SearchHandler methods, Window properties, and TypeConverter overrides |
| src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt | Moves SearchHandler methods and reorders BrushTypeConverter overrides |
| src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt | Similar reorganization of SearchHandler methods and TypeConverter overrides |
| src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt | Removes all API entries (287 lines deleted) |
| src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt | Reorganizes SearchHandler methods and moves ShellSectionRenderer method |
| src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt | Similar reorganization and method movement as MacCatalyst |
| src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt | Reorganizes SearchHandler methods and WebViewSourceTypeConverter overrides |
Something was wrong and CI was failing
01d4b87 to
f7568dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Something was wrong and CI was failing