Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR marks all .NET 10.0 GA (General Availability) APIs as shipped by moving them from "Unshipped" to "Shipped" status in the PublicAPI analyzer files. Since .NET 10.0 GA has been branched and is ready for shipment, these API changes need to be formally marked as shipped across all supported platforms.
Key Changes
- Moved API definitions from PublicAPI.Unshipped.txt to PublicAPI.Shipped.txt files across all target frameworks
- Updated API surface definitions for net-windows, net-tizen, net-maccatalyst, net-ios, net-android, and other platforms
- Cleared Unshipped.txt files to contain only the nullable enable directive
Reviewed Changes
Copilot reviewed 55 out of 100 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt | Added Windows platform APIs including MauiSlider, CalendarDatePicker extensions, and WebView initialization event args |
| src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt | Cleared all unshipped APIs for Tizen platform |
| src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt | Moved Tizen platform APIs including GridLengthTypeConverter, SafeAreaEdgesTypeConverter, and lifecycle events |
| src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt | Cleared all unshipped APIs for macOS Catalyst platform |
| src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt | Added macOS Catalyst APIs including platform measure invalidation controller and WebView enhancements |
| src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt | Cleared all unshipped APIs for iOS platform |
| src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt | Cleared all unshipped APIs for Android platform |
| src/Core/maps/src/PublicAPI/*/PublicAPI.Shipped.txt | Added MapElementHandlerUpdate deconstruct methods and equality operators across all platforms |
| src/BlazorWebView/src/Wpf/PublicAPI.Unshipped.txt | Cleared unshipped APIs for WPF BlazorWebView |
Member
Author
|
/backport to net10.0 |
Contributor
|
Started backporting to |
This was referenced Nov 11, 2025
Closed
This was referenced Nov 24, 2025
This was referenced Dec 1, 2025
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.
Description of Change
Mark all the apis as shipped since GA is branched and ready to be shipped