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

Directory structures are not live #3

Closed isaacabraham closed 10 years ago

isaacabraham commented 10 years ago

The type provider needs to automatically reload directories only hitting "." in intellisense rather than caching the results, so that if you e.g. add a new file in Blob Storage, re-entering that folder will automatically get the latest files.