Promote unshipped public API to shipped for 8.10 GA - #534
Merged
Conversation
Moves all 91 pending entries from PublicAPI.Unshipped.txt into PublicAPI.Shipped.txt, leaving only the '#nullable enable' header behind, so the release gate that requires an empty unshipped file is satisfied. Verified: the union of shipped + unshipped is byte-identical before and after (entries moved, none lost or introduced), no duplicates result, and 'dotnet build -t:Rebuild' is clean - a plain build would not re-run the public API analyzer.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Moves all pending entries from PublicAPI.Unshipped.txt into PublicAPI.Shipped.txt, leaving only the '#nullable enable' header behind, so the release gate that requires an empty unshipped file is satisfied.
Verified: the union of shipped + unshipped is byte-identical before and after (entries moved, none lost or introduced), no duplicates result, and 'dotnet build -t:Rebuild' is clean - a plain build would not re-run the public API analyzer.
Note
Low Risk
Mechanical Public API file move only; runtime behavior is unchanged, though the shipped list documents a large new stable contract for consumers.
Overview
Promotes all pending
PublicAPI.Unshipped.txtentries intoPublicAPI.Shipped.txtso the 8.10 release gate (empty unshipped file) passes;PublicAPI.Unshipped.txtnow only contains#nullable enable. No implementation changes—this is analyzer bookkeeping only.The surface area being declared stable for GA includes Time Series APIs (
TimeSeriesRangeFlags, flag-basedMRange/MRevRange,NRange/NRevRangewithTimeSeriesPivotRow, label query helpers,Read/ReadEnumerable, and(double, double)?filterByValueon range overloads) plus SearchAliasListand theCollectReduceraggregation builder.Reviewed by Cursor Bugbot for commit ad1b145. Bugbot is set up for automated code reviews on this repo. Configure here.