Package contains: Tools for managing Azure DevOps work items, including BugDescriptor, IdeaDescriptor, and UserStoryDescriptor. Provides methods for creating work items, adding attachments, and managing priorities and severities.
$ dotnet add package Oakrey.DevOpsThe DevOps project provides a set of tools and utilities for interacting with Azure DevOps. It simplifies the creation and management of work items such as bugs, ideas, and user stories, and supports operations like adding attachments and managing priorities and severities.
DevOpsClient provides methods to:
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.DevOps and click Install.Run the following command in your terminal:
dotnet add package Oakrey.DevOps
Run the following command in your Package Manager Console:
Install-Package Oakrey.DevOps
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.