-
Notifications
You must be signed in to change notification settings - Fork 849
Update Package Validation Baseline to 10.2.0 #7208
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
Update Package Validation Baseline to 10.2.0 #7208
Conversation
…Suppressions.xml Co-authored-by: joperezr <[email protected]>
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 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
PackageValidationBaselineVersionfrom9.10.0to10.2.0in 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 |
Updates the package validation baseline from 9.10.0 to 10.2.0 to validate API compatibility against the latest shipped version.
Changes
PackageValidationBaselineVersionfrom9.10.0to10.2.0No new breaking changes detected. Package validation passes cleanly with the updated baseline.
Original prompt
💡 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