Microsoft.NET.Test.Sdk
17.2.0
Prefix Reserved
Install-Package Microsoft.NET.Test.Sdk -Version 17.2.0
dotnet add package Microsoft.NET.Test.Sdk --version 17.2.0
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
paket add Microsoft.NET.Test.Sdk --version 17.2.0
#r "nuget: Microsoft.NET.Test.Sdk, 17.2.0"
// Install Microsoft.NET.Test.Sdk as a Cake Addin
#addin nuget:?package=Microsoft.NET.Test.Sdk&version=17.2.0
// Install Microsoft.NET.Test.Sdk as a Cake Tool
#tool nuget:?package=Microsoft.NET.Test.Sdk&version=17.2.0
The MSbuild targets and properties for building .NET test projects.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Universal Windows Platform | uap uap10.0 |
-
.NETCoreApp 1.0
- Microsoft.CodeCoverage (>= 17.2.0)
- Microsoft.TestPlatform.TestHost (>= 17.2.0)
-
.NETCoreApp 2.1
- Microsoft.CodeCoverage (>= 17.2.0)
- Microsoft.TestPlatform.TestHost (>= 17.2.0)
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- Microsoft.CodeCoverage (>= 17.2.0)
-
UAP 10.0
- Newtonsoft.Json (>= 9.0.1)
- System.ComponentModel.Primitives (>= 4.1.0)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
NuGet packages (275)
Showing the top 5 NuGet packages that depend on Microsoft.NET.Test.Sdk:
Package | Downloads |
---|---|
SpecRun.Runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages. |
|
Microsoft.Playwright.NUnit
Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within NUnit. |
|
Microsoft.Quantum.Xunit
Library for testing Q# programs and algorithms using the xUnit framework. |
|
more.xunit.runner.visualstudio
This package is a fork of the xUnit.net Visual Studio runner. It contains all of the original functionality with the addition of enhanced test display names as described in PR 828 (https://github.com/xunit/xunit/pull/828) and proposed in Issue 759 (https://github.com/xunit/xunit/issues/759). The possible options are defined in the new TestMethodDisplayOptions enumeration. To enable all enhanced display name options, you must add the "xunit.methodDisplayOptions" application setting with the value "all". The class and method name options are still controlled by the TestMethodDisplay enumeration and the "xunit.methodDisplay" application setting. Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later. |
|
HIC.RDMP.Plugin.Test
Package for writing plugin tests |
GitHub repositories (2.5K)
Showing the top 5 popular GitHub repositories that depend on Microsoft.NET.Test.Sdk:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
|
|
PowerShell/PowerShell
PowerShell for every system!
|
|
files-community/Files
A modern file manager for Windows
|
|
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
|