Update project configuration for MTP compatibility and add xUnit v3 support - #77
Merged
Merged
Conversation
There was a problem hiding this comment.
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.jsonto pin the .NET SDK and selectMicrosoft.Testing.Platformas thedotnet testrunner.
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.
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.
No description provided.