Skip to content

Fix Issue #94 MissingMethodException #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bakerhillpins
Copy link

Fix #94
Update SSH.NET NuGet dependency to current 2024.2.0 which avoids missing method exception.

There are no code changes to accept this update beyond the following:
Convert SshCommand.ExitStatus to 0 on a null result. This is equivalent to the result of the previous SSH.NET implementation.

I'm open to updating (and/or consolidating) other NuGet Dependencies here but limited the update because of my relative lack of familiarity with how these dependencies might effect the project as a whole.

Update SSH.NET NuGet dependency to avoid missing method exception.
Convert SshCommand.ExitStatus to 0 on a null result. This is equivalent to the result of the previous SSH.NET implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Method Exception with SSH.NET version 2023.0.0 or newer.
1 participant