Update matrix#15477
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the test/compatibility matrix by bumping framework/tooling versions and adjusting MSTest execution settings in test assets.
Changes:
- Updated NUnit and MSTest version properties used by compatibility/test-asset builds.
- Updated VSTest console version properties used for compatibility testing.
- Added MSTest assembly-level parallelization configuration to two test asset projects.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| test/TestAssets/MSTestProject2/UnitTest1.cs | Adds assembly-level MSTest parallelization configuration to influence test execution behavior. |
| test/TestAssets/MSTestProject1/UnitTest1.cs | Adds assembly-level MSTest parallelization configuration to influence test execution behavior. |
| eng/Versions.props | Bumps NUnit/MSTest/VSTest versions used by build/test compatibility matrices. |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Member
Author
|
needs #15480 where we are using only recent vstest.console to run compatibility checks on vstest.console, this avoids needing the old runtimes which we remove here. (testhost does not need the runtime, because we pass runtime.config.json of the project, if someone is using netcoreapp2.1 that is their fault and they should update from this unsupported version of .NET) |
Member
Author
|
The other errors I don't know yet. Need to merge stuff first, too many moving parts right now. |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…stest into split-integration-tests
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
This was referenced Jul 2, 2026
Open
Closed
Closed
Open
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.
Description
Update versions. Look at how to do this automatically later.
Related issue
Fix #15475