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

Eagerly load Table schema #67

Closed isaacabraham closed 8 years ago

isaacabraham commented 8 years ago

Related to #66. We currently only load table schema when the table has been accessed. This can sometimes cause compile-time errors that are difficult to reason about. We should either eagerly evaluate all tables, or allow the user to supply a set of tables as e.g. comma separated strings.