Skip to main content
MSTest.TestFramework package icon

MSTest.TestFramework

This is MSTest V2, the evolution of Microsoft's Test Framework. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+) - ASP.NET Core 1.0+ To discover and execute tests install MSTest.TestAdapter. To discover and execute tests for project.json based projects install dotnet-test-mstest.

Total Downloads
490.0M
489,996,528
Published
Mar 31, 2017
Latest stable version

Install

.NET CLI
dotnet add package MSTest.TestFramework --version 1.1.14
Package Manager Console
Install-Package MSTest.TestFramework -Version 1.1.14
PackageReference
<PackageReference Include="MSTest.TestFramework" Version="1.1.14" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Repositories that prefer first-party tooling and existing MSTest conventions.

Unit Testing guide
Why it appears in the guide: Microsoft's test framework, especially practical in Visual Studio-centred solutions. Trade-off: Compare its current data-driven and extensibility needs against the alternatives before a large migration.

NuGet marks this package as deprecated. Review the publisher's migration guidance before adopting it.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.