Skip to content
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

.NET Standard 2.0 support #238

Open
itsWindows11 opened this issue Oct 11, 2024 · 1 comment
Open

.NET Standard 2.0 support #238

itsWindows11 opened this issue Oct 11, 2024 · 1 comment
Milestone

Comments

@itsWindows11
Copy link

In order to support a wide range of .NET versions (& UWP as well), this library should support .NET Standard 2.0.

I'm currently working on an OwlCore.Storage wrapper for this library, and this is necessary. Additionally, a conditional package reference could be added for PolySharp to polyfill missing C# features that do not require runtime support.

@tmds
Copy link
Owner

tmds commented Oct 25, 2024

While it is possible to support netstandard2.0, it represents a significant effort.

UWP is also embracing the modern .NET: https://devblogs.microsoft.com/ifdef-windows/preview-uwp-support-for-dotnet-9-native-aot/. I think this is the way forward to use Tmds.Ssh in UWP projects.

I'm going to leave the issue open so others may up-vote and chime in if they have an interested.

@tmds tmds added this to the Future milestone Oct 25, 2024
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

No branches or pull requests

2 participants