TfsLabAccessor2013 2016.11.21.3
dotnet add package TfsLabAccessor2013 --version 2016.11.21.3
NuGet\Install-Package TfsLabAccessor2013 -Version 2016.11.21.3
<PackageReference Include="TfsLabAccessor2013" Version="2016.11.21.3" />
paket add TfsLabAccessor2013 --version 2016.11.21.3
#r "nuget: TfsLabAccessor2013, 2016.11.21.3"
// Install TfsLabAccessor2013 as a Cake Addin #addin nuget:?package=TfsLabAccessor2013&version=2016.11.21.3 // Install TfsLabAccessor2013 as a Cake Tool #tool nuget:?package=TfsLabAccessor2013&version=2016.11.21.3
A simple library that provides strongly-typed access to the TFS Lab Management variables
injected into automated test runs by Microsoft Test Manager. Provides helpers for parsing
variables into a strongly typed objects, and retrieving Configuration information from
the TFS Test Manager during a Test Run.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2016.11.21.3 | 3,488 | 11/22/2016 |
2016.11.19.1 | 939 | 11/19/2016 |
Added a description for the project, fixed one of the data types on TfsTestRunProperties
to match the strongly typed objects passed in as TestContext.Properties by Test Manager.