You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect() method is not present on the interface Renci.SshNet.ISftpClient
For some miraculous reason the Connect method is not on the interface.
Is there a reason for this?
Without this method I am forced to use in my code the class, instead of the interface, which creates all kinds of DI and testing concerns.
Or am I not getting something?
Thanks for enlightening me.
The text was updated successfully, but these errors were encountered:
Connect() method is not present on the interface Renci.SshNet.ISftpClient
For some miraculous reason the Connect method is not on the interface.
Is there a reason for this?
Without this method I am forced to use in my code the class, instead of the interface, which creates all kinds of DI and testing concerns.
Or am I not getting something?
Thanks for enlightening me.
The text was updated successfully, but these errors were encountered: