Skip to content

Conversation

@scabrera
Copy link

  • Add: Added DefaultContainer option
  • Add: UploadBlobAsync(string file, Stream content, string container = null)
  • Add: UploadBlobAsync(string file, byte[] content, string container = null)
  • Add: UploadBlobAsync(string file, string contentBase64, string container = null)
  • Add: DownloadBlobReferenceAsync(string uri)
  • Add: DownloadBlobAsync(string uri)
  • Add: DeleteBlobAsync(string uri)
  • Add: EnumerateBlobsAsync(int paginateSize, string container = null)
  • Add: EnumerateBlobsAsync(string container = null)
  • Add: Unit tests for new features are added.
  • Changed: the samples are updated
  • Changed: the readme is updated
  • Changed: Comments are added to the AzureStorageWrapper class
  • Changed: Comments are added to the AzureStorageWrapperOptions class

Add: DI minimal configuration. Default value
Add: DI ConnectionString configuration. Default value
Add: DI - Tests
Changed: Name DependencyInjectionExtension to DependencyInjection
Changed: Name AzureStorageWrapperConfiguration
 to AzureStorageWrapperOptions
Changed: Update Package Nuget.
Changed: Readme.
* **Changed**: Solution updated with GuaranteeThat.
* **Add**: Samples Net Core Azure Funcion
* **Add**: Samples NET Framework ConsoleApp
* **Add**: UploadBlobAsync(string file, Stream content, string container = null)
* **Add**: UploadBlobAsync(string file, byte[] content, string container = null)
* **Add**: UploadBlobAsync(string file, string contentBase64, string container = null)
* **Add**: DownloadBlobReferenceAsync(string uri)
* **Add**: DownloadBlobAsync(string uri)
* **Add**: DeleteBlobAsync(string uri)
* **Add**: EnumerateBlobsAsync(int paginateSize, string container = null)
* **Add**: EnumerateBlobsAsync(string container = null)
* **Add**: Unit tests for new features are added.
* **Changed**: the samples are updated
* **Changed**: the readme is updated
* **Changed**: Comments are added to the AzureStorageWrapper class
* **Changed**: Comments are added to the AzureStorageWrapperOptions class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants