Microsoft.TeamFoundation.WIT.Client 12.0.21005.1

dotnet add package Microsoft.TeamFoundation.WIT.Client --version 12.0.21005.1
                    
NuGet\Install-Package Microsoft.TeamFoundation.WIT.Client -Version 12.0.21005.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.TeamFoundation.WIT.Client" Version="12.0.21005.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.TeamFoundation.WIT.Client" Version="12.0.21005.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.TeamFoundation.WIT.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.TeamFoundation.WIT.Client --version 12.0.21005.1
                    
#r "nuget: Microsoft.TeamFoundation.WIT.Client, 12.0.21005.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.TeamFoundation.WIT.Client@12.0.21005.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.TeamFoundation.WIT.Client&version=12.0.21005.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.TeamFoundation.WIT.Client&version=12.0.21005.1
                    
Install as a Cake Tool

The TeamFoundation.WorkItemTracking.Client namespace provides the APIs that are required to enable a client computer or application to work with user stories, requirements, tasks, bugs, and other types of work items.

        The WorkItemStore represents the connection to the repository of work items on Visual Studio Team Foundation Server. The WorkItem object contains Fields that store data, Attachments that represent files, and WorkItemLinks that connect to other work items. The following example code demonstrates how to access a “User Story” work item type on a work item store.

        The Query class represents a query to the WorkItemStore. An executed query returns a WorkItemCollection, which contains the work items that satisfy the query.

        The WorkItemType class defines a work item. The FieldDefinition class defines a field in a work item. The WorkItemLinkType class defines a WorkItemLink, which links two work items.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
12.0.21005.1 2,353 12/4/2013
11.0.51106.1 192 1/14/2013