Skip to content

Update matrix#15477

Merged
nohwnd merged 33 commits into
microsoft:mainfrom
nohwnd:update-matrix
Mar 16, 2026
Merged

Update matrix#15477
nohwnd merged 33 commits into
microsoft:mainfrom
nohwnd:update-matrix

Conversation

@nohwnd

@nohwnd nohwnd commented Mar 10, 2026

Copy link
Copy Markdown
Member

Description

Update versions. Look at how to do this automatically later.

Related issue

Fix #15475

Copilot AI review requested due to automatic review settings March 10, 2026 21:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

Comment thread test/TestAssets/MSTestProject1/UnitTest1.cs Outdated
Comment thread test/TestAssets/MSTestProject2/UnitTest1.cs Outdated
Comment thread test/TestAssets/MSTestProject1/UnitTest1.cs Outdated
Copilot AI review requested due to automatic review settings March 11, 2026 07:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 4 changed files in this pull request and generated 2 comments.

Comment thread test/TestAssets/MSTestProject2/UnitTest1.cs
Comment thread eng/Versions.props Outdated
@nohwnd

nohwnd commented Mar 11, 2026

Copy link
Copy Markdown
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)

@nohwnd

nohwnd commented Mar 11, 2026

Copy link
Copy Markdown
Member Author

The other errors I don't know yet. Need to merge stuff first, too many moving parts right now.

Copilot AI review requested due to automatic review settings March 12, 2026 07:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 4 changed files in this pull request and generated no new comments.

This was referenced Jul 2, 2026
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.

Update versions of tested dependencies

3 participants