Microsoft.NET.Test.Sdk 1.0.0-alpha-stj-26213-07
Microsoft.NET.Test.Sdk
The MSBuild targets and properties for building .NET test projects. This package is required for any .NET test project to integrate with the Visual Studio Test Platform.
Usage
Add this package to your test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="x.y.z" />
This package works alongside a test framework adapter (e.g., MSTest, xUnit, NUnit) to enable test discovery and execution via dotnet test or Visual Studio Test Explorer.
Example
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="x.y.z" />
<PackageReference Include="MSTest" Version="3.x.y" />
</ItemGroup>
</Project>
Links
Showing the top 20 packages that depend on Microsoft.NET.Test.Sdk.
| Packages | Downloads |
|---|---|
|
Fixie.TestAdapter
Visual Studio integration for the Fixie test framework.
|
21 |
|
Fixie
A convention-based test framework.
|
18 |
|
Fixie.TestAdapter
Visual Studio integration for the Fixie test framework.
|
18 |
|
Fixie.TestAdapter
Visual Studio integration for the Fixie test framework.
|
17 |
|
SpecRun.Runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages.
|
16 |
|
xunit.runner.visualstudio
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.
|
16 |
|
SpecRun.Runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages.
|
15 |
|
xunit.runner.visualstudio
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.
|
15 |
|
Fixie.TestAdapter
Visual Studio integration for the Fixie test framework.
|
15 |
.NET 8.0
- Microsoft.TestPlatform.TestHost (>= 1.0.0-alpha-stj-26213-07)
- Microsoft.CodeCoverage (>= 1.0.0-alpha-stj-26213-07)
.NET Framework 4.6.2
- Microsoft.CodeCoverage (>= 1.0.0-alpha-stj-26213-07)
native 0.0
- No dependencies.