testfx/docs
Amaury Levé 13dcb3d4f7
Drop local analyzer docs (#2543)
We expect users to be looking at https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/overview
2024-03-11 14:26:09 +01:00
..
RFCs Fix linting issues on Changelog.md (#1652) 2023-05-05 10:26:52 +02:00
mstest-runner-graphqueryfiltering Add graph query filtering doc draft (#2460) 2024-02-27 10:55:33 +01:00
mstest-runner-protocol Add protocol documentation (#2073) 2024-01-09 12:03:46 +01:00
Changelog.md Fix markdownlint warning on changelog 2024-02-23 13:48:16 +01:00
README.md Docs update 2023-12-15 18:22:04 +01:00
dev-guide.md Rework guides 2024-02-07 22:55:12 +01:00
preview.md Update preview.md (#2492) 2024-03-01 15:41:38 +01:00

README.md

MSTest Documentation

The following official learn.microsoft.com website contains all the information about writing unit tests, unit test frameworks, integration with CLI and Visual Studio.

This blog post announce the vision for MSTest V2.

For API documentation refer here.

Contributing

  • See CONTRIBUTING.md for details about how you can contribute.
  • See dev-guide.md for more details on configurations for building the codebase. In practice, you only really need to run build.cmd/build.sh.

Features

You can find the main differences with MSTest v1 in Deltas w.r.t MSTest V1.

You can find detailed examples and explanation of MSTest features at

For technical reasoning and implementation details, you can refer to the list of RFCs:

Releases

You can find all features and bugs fixed in all our releases by looking at releases.md.