We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7867b7f commit 8c73c61Copy full SHA for 8c73c61
1 file changed
FileSystem.Adapters.Sftp/src/SftpAdapter.cs
@@ -32,7 +32,7 @@ public SftpAdapter(string prefix, string rootPath, ISftpClient client, Action<Sf
32
33
public override void Dispose()
34
{
35
- ((IBaseClient) client).Dispose();
+ client.Dispose();
36
}
37
38
public override async Task ConnectAsync(CancellationToken cancellationToken = default)
0 commit comments