sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.88k stars 917 forks source link

State of SSH.NET Extension #1348

Closed darinkes closed 3 months ago

darinkes commented 3 months ago

Hi,

I've been working quite a while now on some extensions and I think they are ready to leave the beta status.

But I don't want to rush forward without syncing with the core devs of the library. Especially if there are any hints for further improvements.

Currently I'm working on the 2024.0.0 Update. With this update I also want to sync the versioning, so it's clear what SSH.NET Version is required.

Thanks in advance Stefan

Rob-Hague commented 3 months ago

Hi Stefan

I don't think there are any plans to implement what you already have, if that's what you mean? And I can't imagine there would be any changes which hamper the extensions. So I think you are good to go.

"plan" is quite a strong word but you can see a few todo list items in #1269 for reference. There will probably be some focus on async in the "near" future

darinkes commented 3 months ago

Hi Stefan

I don't think there are any plans to implement what you already have, if that's what you mean? And I can't imagine there would be any changes which hamper the extensions. So I think you are good to go.

Exactly. Thats good to know, thanks.

"plan" is quite a strong word but you can see a few todo list items in #1269 for reference. There will probably be some focus on async in the "near" future

Ok, not really worried. If somethings break, I'm sure we can figure it out :)