.NET SDK, GetView() returns collection of Nothing's

Hi -

The patch will be released the first week of March May. There is also a work-around - use the overload that takes a boolean indicating you want to Url encode the keys:

Dim allKeys As New List(Of String) Dim view = Client.GetView("utils", "allKeys", true) For Each row In view allKeys.Add(row.ItemId) Next

In most cases, you want to Url encode the params, so just pass true.

Thanks

-Jeff