SSH.NET
SSH.NET copied to clipboard
Implement memory-based overloads on SftpFileStream
We should implement the following overloads on SftpFileStream:
-
ReadAsync(Memory
buffer, System.Threading.CancellationToken cancellationToken = default) -
WriteAsync(ReadOnlyMemory
buffer, System.Threading.CancellationToken cancellationToken = default)
When this is done, remove the CA1844 suppression on SftpFileStream.
Yep. I ran into such issue.