Compare commits

...

1 Commits

Author SHA1 Message Date
Jedd Morgan 4b588fc287 Do not dispose the activity factory (#372)
.NET Build and Publish / build (push) Has been cancelled
2025-08-04 14:21:50 +00:00
-1
View File
@@ -265,7 +265,6 @@ public sealed class BlobApi : IBlobApi
[AutoInterfaceIgnore]
public void Dispose()
{
_activityFactory.Dispose();
_authedClient.Dispose();
_unauthedClient.Dispose();
}