Skip to content

Update project configuration for MTP compatibility and add xUnit v3 support - #77

Merged
goh-chunlin merged 6 commits into
mainfrom
76_Update-to-MTP
May 6, 2026
Merged

goh-chunlin merged 6 commits into
mainfrom
76_Update-to-MTP

Conversation

@goh-chunlin

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

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 repository’s test project configuration to run under Microsoft.Testing.Platform (MTP) and switches the test framework dependencies from xUnit v2 to xUnit v3 to support that runner model.

Changes:

  • Configures the test project to build as an executable and enables xUnit runner behavior for MTP-based execution.
  • Replaces xUnit v2 + VS adapter dependencies with xUnit v3 package references.
  • Adds global.json to pin the .NET SDK and select Microsoft.Testing.Platform as the dotnet test runner.

Reviewed changes

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

File Description
SimNextgenApp.Tests/SimNextgenApp.Tests.csproj Updates test project properties and swaps xUnit v2 packages for xUnit v3/MTP-related configuration.
global.json Pins the .NET SDK version and configures dotnet test to use Microsoft.Testing.Platform.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread global.json
Comment thread SimNextgenApp.Tests/SimNextgenApp.Tests.csproj Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread .vscode/settings.json Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

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

@goh-chunlin goh-chunlin self-assigned this May 6, 2026
@goh-chunlin goh-chunlin added the enhancement New feature or request label May 6, 2026
@goh-chunlin goh-chunlin linked an issue May 6, 2026 that may be closed by this pull request
@goh-chunlin
goh-chunlin merged commit 8c250e9 into main May 6, 2026
5 checks passed
@goh-chunlin
goh-chunlin deleted the 76_Update-to-MTP branch May 6, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to Microsoft Testing Platform (MTP) & xUnit v3

2 participants