Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 14, 2025

  • Update PackageValidationBaselineVersion from 9.8.0 to 9.10.0 in eng/MSBuild/Packaging.targets
  • Verify the change by building the solution (package validation now uses 9.10.0 as baseline)
  • Confirm no compatibilitySuppressions.xml files exist to delete
  • Merge main branch and resolve conflicts
  • Complete the task

The PackageValidationBaselineVersion has been successfully updated to 9.10.0 and merged with the latest changes from main. The merge incorporated the new conditional format from main (and '$(PackageValidationBaselineVersion)' == '') while preserving the 9.10.0 version.

Original prompt

Update Package validation baseline version to 9.10.0 in eng/MSBuild/Packaging.targets so API compatibility is ensured against the latest shipped version. No compatibilitySuppressions.xml files exist in the repository, so no deletions are needed.

Change needed:

  • Update the value of from 9.8.0 to 9.10.0

See line 38 in the current file for reference.

This pull request was created as a result of the following prompt from Copilot chat.

Update Package validation baseline version to 9.10.0 in eng/MSBuild/Packaging.targets so API compatibility is ensured against the latest shipped version. No compatibilitySuppressions.xml files exist in the repository, so no deletions are needed.

Change needed:

  • Update the value of from 9.8.0 to 9.10.0

See line 38 in the current file for reference.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Microsoft Reviewers: Open in CodeFlow

Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot AI changed the title [WIP] Update package validation baseline version to 9.10.0 Update Package validation baseline version to 9.10.0 Oct 14, 2025
Copilot AI requested a review from joperezr October 14, 2025 22:58
Copilot finished work on behalf of joperezr October 14, 2025 22:58
@joperezr joperezr marked this pull request as ready for review October 16, 2025 01:53
@joperezr joperezr requested a review from a team as a code owner October 16, 2025 01:53
Copilot AI review requested due to automatic review settings October 16, 2025 01:53
@joperezr joperezr requested a review from a team as a code owner October 16, 2025 01:53
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 version from 9.8.0 to 9.10.0 to ensure API compatibility checks are performed against the latest shipped version of the packages.

  • Updated PackageValidationBaselineVersion in eng/MSBuild/Packaging.targets
  • Added CompatibilitySuppressions.xml for Microsoft.Extensions.AI.Abstractions to suppress baseline compatibility warnings for new HostedMcpServerTool APIs

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
eng/MSBuild/Packaging.targets Updates the baseline version from 9.8.0 to 9.10.0 for package validation
src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml Adds compatibility suppressions for HostedMcpServerTool APIs that were introduced after the 9.10.0 baseline

@joperezr joperezr enabled auto-merge (squash) October 16, 2025 01:58
@joperezr joperezr disabled auto-merge October 16, 2025 01:59
@joperezr
Copy link
Member

@copilot looks like there are some merge conflicts with main branch. Can you try pulling main and fixing the conflicts?

Copy link
Contributor Author

Copilot AI commented Oct 16, 2025

@copilot looks like there are some merge conflicts with main branch. Can you try pulling main and fixing the conflicts?

Resolved the merge conflicts with main branch in commit 8dc8478. The PackageValidationBaselineVersion is now set to 9.10.0 with the updated conditional format from main.

Copilot AI requested a review from joperezr October 16, 2025 02:09
Copilot finished work on behalf of joperezr October 16, 2025 02:09
@joperezr joperezr force-pushed the copilot/update-package-validation-version branch from 8dc8478 to 71b7c1b Compare October 16, 2025 17:37
@joperezr joperezr enabled auto-merge (squash) October 16, 2025 19:02
@joperezr joperezr disabled auto-merge October 16, 2025 22:42
@joperezr joperezr merged commit 712e75b into main Oct 16, 2025
6 checks passed
@joperezr joperezr deleted the copilot/update-package-validation-version branch October 16, 2025 22:42
This was referenced Nov 13, 2025
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.

3 participants