microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
519 stars 511 forks source link

Improve getting "wefField" in "UpdateWorkItemBoardColumn" Method #289

Closed shayki5 closed 4 years ago

shayki5 commented 4 years ago

There is "to do" for this. Instead of "foreach" over all the fields I using Linq to get the wefField name.

shayki5 commented 4 years ago

Thank you!