-
Notifications
You must be signed in to change notification settings - Fork 841
Update Package validation baseline version to 9.10.0 #6922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml
Show resolved
Hide resolved
There was a problem hiding this 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
PackageValidationBaselineVersionineng/MSBuild/Packaging.targets - Added
CompatibilitySuppressions.xmlforMicrosoft.Extensions.AI.Abstractionsto suppress baseline compatibility warnings for newHostedMcpServerToolAPIs
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 |
src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml
Show resolved
Hide resolved
|
@copilot looks like there are some merge conflicts with main branch. Can you try pulling main and fixing the conflicts? |
…e-validation-version
8dc8478 to
71b7c1b
Compare
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
This pull request was created as a result of the following prompt from Copilot chat.
✨ 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