Skip to content

Conversation

@Youssef1313
Copy link

No description provided.

Copilot AI review requested due to automatic review settings December 21, 2025 14:27
@Youssef1313 Youssef1313 requested a review from a team as a code owner December 21, 2025 14:27
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 testing framework from xunit v2 to xunit v3 and migrates to the Microsoft.Testing.Platform runner. The update consolidates three separate xunit v2 packages into a single unified package while also relocating and updating the SDK configuration.

Key Changes

  • Migrates from xunit v2 (Microsoft.NET.Test.Sdk, xunit 2.7.1, xunit.runner.visualstudio 2.8.2) to xunit v3 (xunit.v3.mtp-v2 3.2.1)
  • Moves global.json from src/ directory to repository root with updated SDK and test runner configuration
  • Enables Microsoft.Testing.Platform runner in Directory.Build.props

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/global.json Removes the old SDK configuration file from src/ directory
global.json Adds new SDK configuration at repository root with SDK version 10.0.101 and Microsoft.Testing.Platform runner
src/Test/Test.csproj Replaces three xunit v2 packages with single xunit.v3.mtp-v2 package
src/Directory.Build.props Adds UseMicrosoftTestingPlatformRunner property to enable the new test runner

@Youssef1313 Youssef1313 force-pushed the mtp branch 2 times, most recently from 2093545 to 9bed1f9 Compare December 21, 2025 14:32
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.

1 participant