Uh oh!
There was an error while loading. Please reload this page.
Conversation
drieseng
commented
Nov 28, 2022
@daviburg, some of the tests will fail because the integration tests project consumes version 2020.0.1 of SSH.NET. See sshnet/SSH.NET#1048 for a discussion (monologue rather |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| fs.Write(writeBuffer, 0, writeBuffer.Length); | ||
| } | ||
| using (var fs = client.OpenRead(remoteFile)) |
There was a problem hiding this comment.
This validation code is repeated several times. Should it be moved to a parametized helper method?
There was a problem hiding this comment.
I prefer to keep this as is to avoid having to navigate too much between methods in order to find out what is actually being tested.
OK?
There was a problem hiding this comment.
I'm not too fond of how verbose and repetitive the current approach is, but it is not a showstopper.
Uh oh!
There was an error while loading. Please reload this page.
@daviburg, thanks for taking the time to review these changes. Let me know if your approval still stands after my latest commit. |
daviburg
commented
Nov 29, 2022
Yes, I review the second commit and it looks good. |
Add tests for
SftpFileStream.Seek(...)to cover sshnet/SSH.NET#910.