Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to fetch all work items below is my code - I get an exception Exception thrown: 'Microsoft.VisualStudio.Services.WebApi.VssServiceResponseException' in System.Private.CoreLib.dll
Public Async Function PopulateWITs As List(Of Integer)) As Task(Of Integer)
For i = 0 To workitemslist.Count - 1
Dim wid = Await WitClient.GetWorkItemsAsync(workitemslist, WorkItemFields, queryResults.AsOf).ConfigureAwait(False)
Stop
Next
An object-oriented programming language developed by Microsoft that can be used in .NET.