Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 14, 2026

Updates the package validation baseline from 9.10.0 to 10.2.0 to validate API compatibility against the latest shipped version.

Changes

  • eng/MSBuild/Packaging.targets: Updated PackageValidationBaselineVersion from 9.10.0 to 10.2.0
  • src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml: Deleted - no suppressions needed since 10.2.0

No new breaking changes detected. Package validation passes cleanly with the updated baseline.

Original prompt

Take a look at PR #6922 which updated the Package Validation Baseline version to 9.10.0, and then do similar changes except now for the recently released 10.2.0 version. As part of the changes, we'll need to delete any CompatibilitySuppressions.xml files that are on the repo today, and only add new ones if we have new suppressions that are needed due to new breaking changes since 10.2.0, which AFAIK there shouldn't be any.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Microsoft Reviewers: Open in CodeFlow

Copilot AI changed the title [WIP] Update Package Validation Baseline version to 10.2.0 Update Package Validation Baseline to 10.2.0 Jan 14, 2026
Copilot AI requested a review from joperezr January 14, 2026 19:53
@joperezr joperezr marked this pull request as ready for review January 14, 2026 22:33
@joperezr joperezr requested review from a team as code owners January 14, 2026 22:33
Copilot AI review requested due to automatic review settings January 14, 2026 22:33
Copy link
Contributor

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 updates the package validation baseline from 9.10.0 to 10.2.0, allowing package validation to check API compatibility against the latest shipped version (10.2.0). The update removes the CompatibilitySuppressions.xml file that was previously needed for breaking changes introduced between 9.10.0 and 10.2.0, as these are now part of the baseline.

Changes:

  • Updated PackageValidationBaselineVersion from 9.10.0 to 10.2.0 in packaging configuration
  • Removed compatibility suppressions file that tracked breaking changes now included in the new baseline

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
eng/MSBuild/Packaging.targets Updated package validation baseline version to 10.2.0
src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml Deleted suppressions file as breaking changes are now part of the 10.2.0 baseline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants