Update Package Validation Baseline to 10.4.0#7389
Merged
jeffhandley merged 3 commits intomainfrom Mar 12, 2026
Merged
Conversation
jeffhandley
approved these changes
Mar 11, 2026
…ilitySuppressions.xml files Co-authored-by: joperezr <[email protected]>
dca6321 to
812eacb
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s package validation baseline to align compatibility checks with the latest shipped version, and removes no-longer-needed baseline suppressions for the AI packages.
Changes:
- Bumped
PackageValidationBaselineVersionfrom10.2.0to10.4.0. - Removed baseline-only
CompatibilitySuppressions.xmlfiles forMicrosoft.Extensions.AIandMicrosoft.Extensions.AI.Abstractions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/MSBuild/Packaging.targets | Updates the default package validation baseline version used during shipping package validation. |
| src/Libraries/Microsoft.Extensions.AI/CompatibilitySuppressions.xml | Deleted baseline suppressions that are no longer needed once validating against 10.4.0. |
| src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml | Deleted baseline suppressions that are no longer needed once validating against 10.4.0. |
You can also share your feedback on Copilot code review. Take the survey.
joperezr
approved these changes
Mar 11, 2026
jeffhandley
added a commit
to jeffhandley/extensions
that referenced
this pull request
Mar 17, 2026
* Initial plan * Update PackageValidationBaselineVersion to 10.4.0 and remove CompatibilitySuppressions.xml files Co-authored-by: joperezr <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: joperezr <[email protected]> Co-authored-by: Jeff Handley <[email protected]>
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.
Bump package validation baseline to 10.4.0 (from 10.2.0), following the same pattern as #7208.
PackageValidationBaselineVersionto10.4.0ineng/MSBuild/Packaging.targetsCompatibilitySuppressions.xmlfromMicrosoft.Extensions.AIandMicrosoft.Extensions.AI.Abstractions— these were baseline suppressions against 10.2.0, no longer neededMicrosoft Reviewers: Open in CodeFlow