Skip to content

Conversation

Copilot AI review requested due to automatic review settings February 4, 2026 09:54
@dotnetrepoman dotnetrepoman bot added this to the February 2026 milestone Feb 4, 2026
Comment on lines +14 to +15
dev_langs:
- CSharp
Copy link
Member

Choose a reason for hiding this comment

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

I think this shouldn't be needed. But will let @gewarren or someone from docs team to say for sure.

Copy link
Contributor

Choose a reason for hiding this comment

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

dev_langs declares which languages the code snippets are available for in the doc, so I think this is correct.
https://learn.microsoft.com/en-us/help/platform/using-dev-langs#defining-dev_langs

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 adds documentation for the new MSTEST0063 analyzer rule introduced in MSTest 4.1, which validates test class constructor signatures. The PR also updates severity descriptions for four existing analyzer rules (MSTEST0001, MSTEST0023, MSTEST0037, and MSTEST0045) to clarify that they were temporarily elevated to Warning in version 4.0 but have since reverted to Info severity.

Changes:

  • Added complete documentation for MSTEST0063 rule (test class constructor validation)
  • Updated severity descriptions from verbose "Warning starting with 4.0.0, Info before" to concise "Info (Warning in 4.0)" format
  • Added MSTEST0063 to table of contents, rule tables, and conceptual groupings

Reviewed changes

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

Show a summary per file
File Description
docs/navigate/devops-testing/toc.yml Added MSTEST0063 entry to table of contents
docs/core/testing/mstest-analyzers/usage-rules.md Added MSTEST0063 to usage rules table and test structure section
docs/core/testing/mstest-analyzers/overview.md Added MSTEST0063 to overview table and test structure concept group
docs/core/testing/mstest-analyzers/mstest0063.md New documentation page for MSTEST0063 rule with examples and guidance
docs/core/testing/mstest-analyzers/mstest0045.md Updated severity description for clarity
docs/core/testing/mstest-analyzers/mstest0037.md Updated severity description and reformatted property table
docs/core/testing/mstest-analyzers/mstest0023.md Updated severity description for clarity
docs/core/testing/mstest-analyzers/mstest0001.md Updated severity description for clarity
Comments suppressed due to low confidence (1)

docs/core/testing/mstest-analyzers/mstest0063.md:75

  • According to the Microsoft writing style guide (guideline 1000002), list items should be complete sentences with proper punctuation. These list items should end with periods. For example: "1. Declared as public." and "1. Either parameterless or accepts a single..."
1. Declared as `public`
1. Either parameterless or accept a single <xref:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext> parameter

Copy link
Member

@Youssef1313 Youssef1313 left a comment

Choose a reason for hiding this comment

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

Can we also update mstest0062 which is warning by default, not info?

Evangelink and others added 2 commits February 4, 2026 13:46
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Evangelink Evangelink enabled auto-merge (squash) February 4, 2026 12:53
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.

Update analyzer documentation for 4.1 release

4 participants