Skip to content

Fix MSTest docs#51751

Merged
Evangelink merged 2 commits intomainfrom
dev/amauryleve/mstest-review-comments
Feb 16, 2026
Merged

Fix MSTest docs#51751
Evangelink merged 2 commits intomainfrom
dev/amauryleve/mstest-review-comments

Conversation

@Evangelink
Copy link
Member

@Evangelink Evangelink commented Feb 16, 2026

Address review comments post merge
@dotnetrepoman dotnetrepoman bot added this to the February 2026 milestone Feb 16, 2026
@Evangelink Evangelink marked this pull request as ready for review February 16, 2026 13:10
Copilot AI review requested due to automatic review settings February 16, 2026 13:10
@Evangelink Evangelink enabled auto-merge (squash) February 16, 2026 13:10
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 addresses post-merge review comments from PR #51527, which reworked MSTest documentation to be feature-oriented. The changes improve clarity and code examples in MSTest data-driven testing documentation.

Changes:

  • Reorganized the overview table to separate attributes from types/interfaces for better clarity
  • Updated code examples to use modern value tuples (IEnumerable<(int, string)>) instead of object arrays (IEnumerable<object[]>)
  • Simplified the unfolding strategy example by removing unused helper methods
  • Clarified that the MSTEST0001 analyzer validates assembly-level parallelization declarations

Reviewed changes

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

File Description
docs/core/testing/unit-testing-mstest-writing-tests-data-driven.md Improved table structure, modernized code examples to use tuples, and simplified unfolding example
docs/core/testing/unit-testing-mstest-writing-tests-controlling-execution.md Clarified TIP about MSTEST0001 analyzer checking assembly-level parallelization intent

@Evangelink Evangelink merged commit d00a435 into main Feb 16, 2026
11 checks passed
@Evangelink Evangelink deleted the dev/amauryleve/mstest-review-comments branch February 16, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments