Info
Version: | 1.0.41 |
Author(s): | NikolayP |
Last Update: | Tuesday, October 1, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JetBrains/TeamCity.VSTest.TestAdapter |
NuGet Url: | https://www.nuget.org/packages/TeamCity.VSTest.TestAdapter |
Install
Install-Package TeamCity.VSTest.TestAdapter
dotnet add package TeamCity.VSTest.TestAdapter
paket add TeamCity.VSTest.TestAdapter
TeamCity.VSTest.TestAdapter Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- Microsoft.TestPlatform.ObjectModel(>= 11.0.0)
- TeamCity.ServiceMessages(>= 3.0.13)
- IoC.Container(>= 1.3.3)
- Microsoft.TestPlatform.ObjectModel(>= 11.0.0)
- TeamCity.ServiceMessages(>= 3.0.13)
- IoC.Container(>= 1.3.3)
- Microsoft.TestPlatform.ObjectModel(>= 15.9.2)
- NETStandard.Library(>= 1.6.1)
- TeamCity.ServiceMessages(>= 3.0.13)
Tags
Usage:
- Create a test project, for example using the command line: dotnet new xunit
- Add the NuGet reference to this package.