Skip to content

Commit d34039a

Browse files
Remove AzureBlobFileSystemImageProvider
1 parent 21211b0 commit d34039a

File tree

2 files changed

+1
-125
lines changed

2 files changed

+1
-125
lines changed

src/Umbraco.StorageProviders.AzureBlob/DependencyInjection/AzureBlobMediaFileSystemExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public static IUmbracoBuilder AddAzureBlobMediaFileSystem(this IUmbracoBuilder b
5252
options.VirtualPath = globalSettingsOptions.Value.UmbracoMediaPath;
5353
});
5454

55-
// ImageSharp image provider/cache
56-
builder.Services.Insert(0, ServiceDescriptor.Singleton<IImageProvider, AzureBlobFileSystemImageProvider>());
55+
// ImageSharp image cache
5756
if (useAzureBlobImageCache)
5857
{
5958
builder.Services.AddUnique<IImageCache, AzureBlobFileSystemImageCache>();

src/Umbraco.StorageProviders.AzureBlob/Imaging/AzureBlobFileSystemImageProvider.cs

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)