Post-release: bump rel/4.3 to 4.3.1 / 2.3.2 and mark APIs shipped - #9754
Merged
Conversation
Bump VersionPrefix to 4.3.1 and TestingPlatformVersionPrefix to 2.3.2. Move PublicAPI.Unshipped.txt entries into PublicAPI.Shipped.txt and record the analyzer 4.3.0 release notes in AnalyzerReleases.Shipped.md. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Evangelink
enabled auto-merge (squash)
July 8, 2026 20:19
Evangelink
disabled auto-merge
July 8, 2026 20:19
Contributor
There was a problem hiding this comment.
Note
🤖 Automated review by GitHub Copilot. Posted via a maintainer's GitHub token, so it appears under their account — the account owner did not write or approve this content personally. Generated by the Expert Code Review workflow. To request a follow-up action, reply by tagging @copilot directly.
✅ 22/22 dimensions clean — no findings.
Summary: This is a standard post-release housekeeping PR. All changes are purely mechanical:
- Version bump (
eng/Versions.props):4.3.0→4.3.1/2.3.1→2.3.2— correct next-patch increment for the development cycle. - PublicAPI tracking (14 file pairs): Every entry removed from
PublicAPI.Unshipped.txtappears in the correspondingPublicAPI.Shipped.txt. All Unshipped files are correctly reset to a single#nullable enableline. - Analyzer release tracking: Rules MSTEST0064–0068, MSTEST0070, MSTEST0071 (new) and MSTEST0050 (changed severity) correctly moved to
AnalyzerReleases.Shipped.mdunder## Release 4.3.0.
No source code, test, or behavioral changes — dimensions 1–3, 5–16, 18–19, and 22 are N/A. Dimensions 4 (Public API), 17 (Documentation), 20 (Build Infrastructure), and 21 (Scope) verified clean.
1 task
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.
Post-release housekeeping for the
rel/4.3branch following the MSTest 4.3.0 + Microsoft.Testing.Platform 2.3.1 release.Version bump (
eng/Versions.props)VersionPrefix:4.3.0→4.3.1TestingPlatformVersionPrefix:2.3.1→2.3.2The darc-updated
MSTestVersion/MicrosoftTestingPlatformVersionlines are intentionally untouched.Mark APIs & analyzers as shipped (reflecting the 4.3.0 release)
eng/mark-shipped.ps1: everysrc/**/PublicAPI.Unshipped.txtentry was moved into the siblingPublicAPI.Shipped.txt, and eachUnshippedfile was reset to a single#nullable enableline.### New Rules/### Changed Rulestables fromAnalyzerReleases.Unshipped.mdintoAnalyzerReleases.Shipped.mdunder a new## Release 4.3.0section at the top (matching howmainrecords it).AnalyzerReleases.Unshipped.mdnow contains only its two;header lines.Verified via
git diffthat onlyeng/Versions.props, thePublicAPI.Shipped.txt/PublicAPI.Unshipped.txtfiles, and the twoAnalyzerReleases.*.mdfiles changed.