Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet

Azure DevOps Helper

A DevOps utility for working with Azure DevOps.

Features

  • Fetches all users.
  • Retrieves project entitlements for each user.
  • Exports user and project data to a CSV file.
  • Retrieve the unified diff of files for a specified pull request.
  • Retrieve open pull requests.

Usage

Instantiate the DataService class with your organization name and personal access token (PAT):

var dataService = new DataService("your-org-name", "your-personal-access-token");
await dataService.ExportUsersAndProjects();

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages