fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Experimental eager table loading. #70

Closed isaacabraham closed 8 years ago

isaacabraham commented 8 years ago

Potentially fixes #67 / #66 . @stewart-r can you give this branch a bash and let me know if it fixes the issue of types not being loaded etc.?

isaacabraham commented 8 years ago

We might want to extend the eagerness to also apply to the query DSL as well (currently it only does the actual table entities). There's also no flag to turn this behaviour on or off - it's always on.

stewart-r commented 8 years ago

This resolves the issue for me