Microsoft.TestPlatform
15.9.2
This package contains full set of binaries for the Visual Studio Test Platform (vstest). vstest provides a modern, cross platform testing engine that also powers the testing on .NET Core. Supports the following popular test frameworks - MSTest(v1 and v2), xUnit and Nunit with support for extensibility. Visit https://github.com/microsoft/vstest to know more about vstest platform.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.TestPlatform -Version 15.9.2
dotnet add package Microsoft.TestPlatform --version 15.9.2
<PackageReference Include="Microsoft.TestPlatform" Version="15.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.TestPlatform --version 15.9.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.TestPlatform, 15.9.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Microsoft.TestPlatform as a Cake Addin #addin nuget:?package=Microsoft.TestPlatform&version=15.9.2 // Install Microsoft.TestPlatform as a Cake Tool #tool nuget:?package=Microsoft.TestPlatform&version=15.9.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.TestPlatform:
Package | Downloads |
---|---|
StrykerMutator.Core
The core package for Stryker.NET. Used by other Stryker packages to run. Please install a Stryker.Runner.* package to use this package.
|
|
stryker
All stryker mutation test logic is contained in this library. This package does not include a runner. Use this package if you want to extend stryker with your own runner.
|
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite.
|
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on Microsoft.TestPlatform:
Repository | Stars |
---|---|
dotnet/project-system
The .NET Project System for Visual Studio
|
|
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
|
|
LeagueSandbox/GameServer
League Sandbox's Game Server
|
|
chayxana/Restaurant-App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
|
|
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
|