Do not dispose the activity factory (#372)
.NET Build and Publish / build (push) Has been cancelled

This commit is contained in:
Jedd Morgan
2025-08-04 15:21:50 +01:00
committed by GitHub
parent 8d999f4f9c
commit 4b588fc287
-1
View File
@@ -265,7 +265,6 @@ public sealed class BlobApi : IBlobApi
[AutoInterfaceIgnore]
public void Dispose()
{
_activityFactory.Dispose();
_authedClient.Dispose();
_unauthedClient.Dispose();
}