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

Error checking #8

Closed isaacabraham closed 10 years ago

isaacabraham commented 10 years ago

Check on arguments passed etc. Currently we only do limited checking, but we should check whether the connection string is valid or not and somehow gracefully notify the caller.