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 evaluate connection string. #64

Closed isaacabraham closed 8 years ago

isaacabraham commented 8 years ago

Currently if you put in a bad connection string, you only find out about it at the point of dotting into Tables or the like. It would be great to have this check done earlier - ideally, once the user has supplied the arguments to the type and the connection string has been created. We could then throw back a friendlier message to the user than this:

badconn