Open dev1010101 opened 1 year ago
Can you possibly file a PR with a fix and submit it? I would love to add a fix for this into the main library.
Since you are not responding, I have tried to implement a fix and released it myself:
https://www.nuget.org/packages/FluentStorage/5.5.1 https://www.nuget.org/packages/FluentStorage.Azure.Blobs/5.2.5
I would request the community to test an Azure DataLake Gen2 with FluentStorage and let me know if it works.
Problem: Try to create a blob connection azure blobstorage gen2 with FromConnectionString did the StorageFactory.Modules.UseAzureBlobStorage() to register the azure blob storage extention throws a NullReferenceException
Cause: ExtendedSdk.GetHttpPipeline(BlobServiceClient sdkClient) is using internals of Azure BlobServiceClient and they have changed I assume.
This ugly hack did the trick: