AzureBlobFileSystem icon indicating copy to clipboard operation
AzureBlobFileSystem copied to clipboard

File system abstraction and two implementations storing throught azure blob storage or local disk. Implementations can be then replaced between development, testing and production.

Results 1 AzureBlobFileSystem issues
Sort by recently updated
recently updated
newest added

Calling the method **AzureBlobFileSystem.AzureBlobStorageProvider.RenameFile** results in System.MissingMethodException. Using AzureBlobFileSystem, Version=0.0.7.0. Using WindowsAzure.Storage Version=7.0.0 (see: https://www.nuget.org/packages/WindowsAzure.Storage), the method **CloudBlockBlob.StartCopyFromBlob**(Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob, Microsoft.WindowsAzure.Storage.AccessCondition, Microsoft.WindowsAzure.Storage.AccessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions, Microsoft.WindowsAzure.Storage.OperationContext) is _Obsolete_, see: https://msdn.microsoft.com/en-us/library/azure/microsoft.windowsazure.storage.blob.cloudblockblob.startcopyfromblob.aspx An alternative pattern for...