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 |
|---|---|
|
Alpata.BaseUnitTests
Test projesi için kullanılır
Testlerin sıralanabilmesi için Order attribute desteği sağlar
Test sunucusunu çalıştırarak otomatik servis testini yapar
|
20 |
|
Alpata.BaseUnitTests
Test projesi için kullanılır
Testlerin sıralanabilmesi için Order attribute desteği sağlar
Test sunucusunu çalıştırarak otomatik servis testini yapar
|
23 |
|
Alpata.BaseUnitTests
Test projesi için kullanılır
Testlerin sıralanabilmesi için Order attribute desteği sağlar
Test sunucusunu çalıştırarak otomatik servis testini yapar
|
49 |
|
Alpata.BaseUnitTests
Test projesi için kullanılır
Testlerin sıralanabilmesi için Order attribute desteği sağlar
Test sunucusunu çalıştırarak otomatik servis testini yapar
|
56 |
|
Alpata.BaseUnitTests
Test projesi için kullanılır
Testlerin sıralanabilmesi için Order attribute desteği sağlar
Test sunucusunu çalıştırarak otomatik servis testini yapar
|
108 |
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+ (Universal Windows Apps 10+)
- .NET 6.0
- .NET 6.0 Windows.18362+
- ASP.NET Core 1.0+
|
20 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
20 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
22 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
|
20 |
|
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.
|
19 |
|
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.
|
20 |
|
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.
|
21 |
|
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.
|
23 |
|
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.
|
25 |
.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.