Skip to content

AngryBerryMS/azure-devops-docs-sdk-dotnet

 
 

Repository files navigation

.NET SDK for Azure DevOps

Build Status

This repository contains C# samples that show you how to integrate with Azure DevOps using our public client libraries.

About our client libraries

For .NET developers, the primary (and highly recommended) way to integrate with Azure DevOps and Team Foundation Server is via our public .NET client libraries available on Nuget. Microsoft.TeamFoundationServer.Client is the most popular Nuget package and contains clients for interacting with work item tracking, Git, version control, build, release management and other services.

See the Azure DevOps client library documentation for more details.

Sample SDK Entry

Build.Definition Property

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
[set: System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public Microsoft.TeamFoundation.Build.WebApi.DefinitionReference Definition { get; set; }

You can search for more Azure DevOps namespaces via the .NET API Browser.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Something missing from the SDK?

Let us know by opening an issue on the Azure DevOps developer community.

About

No description, website, or topics provided.

Resources

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE-CODE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%