umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
96 stars 67 forks source link

Remove some duplication of fetching blob data #153

Closed stevetemple closed 2 years ago

stevetemple commented 4 years ago

Not everyone loves this coding style, so just creating a PR for coding style feedback.

Trying to DRY it out slightly, there are a few functions that fetch CloudBlockBlob and null check it.

This removes that duplication.

Jeavon commented 4 years ago

Carry on @stevetemple :relaxed: