Skip to content

Docs: more small consistency fixes#8863

Merged
Evangelink merged 1 commit into
microsoft:mainfrom
Evangelink:dev/amauryleve/readme-fixes-followup
Jun 7, 2026
Merged

Docs: more small consistency fixes#8863
Evangelink merged 1 commit into
microsoft:mainfrom
Evangelink:dev/amauryleve/readme-fixes-followup

Conversation

@Evangelink
Copy link
Copy Markdown
Member

Follow-up to #8862 with a few more small docs consistency fixes spotted in the same files.

README.md — name consistency

MSTest, Microsoft Testing Framework, is a testing framework... — the same file's H1 is Microsoft Test Framework (MSTest). Replaced Testing -> Test so the acronym expands the same way in both places.

docs/dev-guide.md

.Net -> .NET

The VS workloads list has .Net Core cross-platform development; the two bullets above it already use .NET.

Build layout table missing TestResults

The artifacts/ directory tree lists TestResults but the legend table below doesn't describe it. Added a row.

docs/README.md

Writing your first test with mstest was the first bullet under "you can refer to the list of RFCs" — it's a learn.microsoft.com tutorial, not an RFC. Moved it into the "detailed examples" list above (where similar tutorial links live) and capitalized mstest -> MSTest.

Verification

No behavioral or build impact — Markdown-only doc changes.

* README.md: `Microsoft Testing Framework` -> `Microsoft Test Framework` to match the file's own H1 (`Microsoft Test Framework (MSTest)`).

* docs/dev-guide.md: `.Net Core` -> `.NET Core` (the two workload bullets above it already use `.NET`).

* docs/dev-guide.md: add `TestResults` row to the artifacts legend table — the directory was already in the tree above but missing from the table.

* docs/README.md: move `Writing your first test with MSTest` out of the RFCs bullet list (it's a learn.microsoft.com tutorial, not an RFC) into the `detailed examples` list above it. Capitalize `mstest` -> `MSTest` while at it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 5, 2026 15:43
Copy link
Copy Markdown
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 is a documentation-only follow-up that improves naming and formatting consistency across the repo’s main entry-point docs, making terminology and reference sections align better.

Changes:

  • Aligns “Microsoft Test Framework” naming for MSTest in the root README.md.
  • Normalizes .NET capitalization and documents the TestResults artifacts folder in docs/dev-guide.md.
  • Reorganizes docs/README.md so a Learn tutorial link appears under examples (not RFCs) and fixes “MSTest” capitalization.
Show a summary per file
File Description
README.md Aligns MSTest acronym expansion with the file’s H1 naming.
docs/README.md Moves a non-RFC Learn tutorial link into the examples section and fixes MSTest capitalization.
docs/dev-guide.md Fixes .NET capitalization in workload list and adds missing TestResults description to the build layout legend.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 0

@Evangelink Evangelink enabled auto-merge (squash) June 5, 2026 16:42
@Evangelink Evangelink disabled auto-merge June 7, 2026 11:05
@Evangelink Evangelink merged commit 226a2b1 into microsoft:main Jun 7, 2026
20 checks passed
@Evangelink Evangelink deleted the dev/amauryleve/readme-fixes-followup branch June 7, 2026 11:05
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.

3 participants