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

Proper binding redirects support #80

Open isaacabraham opened 8 years ago

isaacabraham commented 8 years ago

Currently the TP doesn't really support binding redirects - we're forced to lock down to minimum versions of transitive dependencies, including JSON .NET, all of the Storage SDK transitives etc.. We should add in "proper" binding redirect support (however that works within the context of a type provider).