Wojciech Nagórski

Results 64 comments of Wojciech Nagórski

I could be wrong, but I think that if we call `GC.SuppressFinalize(this)` inside the `Dispose()` method it tells GC that it does not need to run the finalizer at all....

@drieseng What do you think about this PR.

@Rob-Hague I'm not familiar with netconf at all. I see what was change in this fork, but for now, I don't know what it does. I need more time to...

@fbedoyao It looks great. Can you add an integration test for those methods? Here you can find an example: https://github.com/sshnet/SSH.NET/blob/7cd0487785c82730ecfe277cb9964ab2e101a4af/src/Renci.SshNet.IntegrationTests/SftpClientTests.cs#L53

The most important should be the client, which does not mean that I am against breaking changes. The client should see the classes in the appropriate namespaces. If some classes...

@daviburg Can you refresh this PR? We've already removed old .NET Frameworks.

@robertkentish PR needs refreshing.

@superware TBH I do not have time for this topic right now. I want to focus on tasks that involve a large number of people first. I encourage you to...

@JoostJM Amazing job! As soon as we release the .NET Standard version I'll want to test this PR. However, the branch needs to merge with the master because there are...