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
522 stars 519 forks source link

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

Closed shayki5 closed 4 years ago

shayki5 commented 5 years ago

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

shayki5 commented 5 years ago

I saw the build failed so I added System.Linq reference.

vtbassmatt commented 4 years ago

I'm sorry for the long delay in responding. If you'll retarget this PR at main I'll be happy to merge it.

shayki5 commented 4 years ago

@vtbassmatt Done - https://github.com/microsoft/azure-devops-dotnet-samples/pull/289 Thank you!

vtbassmatt commented 4 years ago

Replaced by another PR, so closing this one. Thanks!

shayki5 commented 4 years ago

Thanks Matt!