Using C# – Import Azure DevOps Repo
I am trying to import a azure devops repo to a new repo within the same project. The following code just returns “Bad Request” and no other information.
How to add inline image in Azure Devops work item description or comment using WorkItemTrackingHttpClient?
It is easy to add an inline image to the work item’s description or comment using web interface, but I did not found how to do that using WorkItemTrackingHttpClient
from the code in samples: https://github.com/microsoft/azure-devops-dotnet-samples/blob/main/ClientLibrary/Samples/WorkItemTracking/WorkItemsSample.cs
Measure dependency of our C# codebase on third party assembly at build time in Azure DevOps
We have a quite mature C# codebase that is tightly coupled to a third party package. I would like to gradually remove this package, which will involve replacing/rewriting a lot of code over a period of months, of not years.
TFVC Azure DevOps server 2022 – How to check a file is checkout or not using C#
How to check a file is checkout or not using TfvcItem
? Trying to use TfvcItem.IsPendingChange
, but not helpful.