Sync xunit v3 versions in Directory.Packages.props with DefaultVersions.props#16554
Merged
akoeplinger merged 4 commits intomainfrom Mar 3, 2026
Merged
Sync xunit v3 versions in Directory.Packages.props with DefaultVersions.props#16554akoeplinger merged 4 commits intomainfrom
akoeplinger merged 4 commits intomainfrom
Conversation
…ns.props Co-authored-by: akoeplinger <1376924+akoeplinger@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update hardcoded xunit v3 values in Directory.Packages.props
Sync xunit v3 versions in Directory.Packages.props with DefaultVersions.props
Mar 1, 2026
Member
|
@copilot investigate and fix the build failure: |
Co-authored-by: akoeplinger <1376924+akoeplinger@users.noreply.github.com>
Contributor
Author
The build failure is because |
akoeplinger
reviewed
Mar 1, 2026
…ntion MicrosoftTestingPlatformVersion Co-authored-by: akoeplinger <1376924+akoeplinger@users.noreply.github.com>
akoeplinger
approved these changes
Mar 1, 2026
Youssef1313
approved these changes
Mar 3, 2026
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.
Commit 4e3c44c updated xunit v3 versions in
DefaultVersions.propsbut missed the corresponding hardcoded overrides inDirectory.Packages.props, which exist because Arcade doesn't consume a live Arcade SDK.XUnitV3Version:3.1.0→3.2.2XUnitRunnerVisualStudioVersion:3.1.3→3.1.5MicrosoftTestingPlatformVersion:1.9.1override (required byxunit.v3.mtp-v13.2.2, which depends onMicrosoft.Testing.Platform1.9.1 — without this override the pinned Arcade SDK inglobal.jsonprovides the older 1.8.5 version, causing CS1705 build failures)Directory.Packages.propsto mentionMicrosoftTestingPlatformVersionas a property that must be kept in syncDocumentation/update-xunit.mdstep 2 to listXUnitV3VersionandMicrosoftTestingPlatformVersionwith a note about their compatibility dependencyTo double check:
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.