dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

set result of table query to return object (.NET Core configuration) #60

Closed aolear closed 6 years ago

aolear commented 6 years ago

In using this library with .NET Core we saw that Table Queries were not returning results but we saw the request was being issued successfully to Azure Table Storage.

We found that the result was not being assigned to the list of objects to return, hence the update below.